commit | 3af607ba0429dd7e41cceca3c943827335d965c9 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Tue Jul 06 20:33:21 2021 +0530 |
committer | GitHub <noreply@github.com> | Tue Jul 06 20:33:21 2021 +0530 |
tree | 94e2d277741dd8a410b0d553e203a09368ba387c | |
parent | f9e9d86955f20c58f02abf8f3c85c19c014ee28f [diff] | |
parent | 4ba680a65e37557e049cf56ca4a46a4f0ae84462 [diff] |
Merge pull request #26299 from AfshanKhan/fix-account-selection-gst-settings fix: only "Tax" type accounts should be shown for selection in GST Settings
diff --git a/erpnext/regional/doctype/gst_settings/gst_settings.js b/erpnext/regional/doctype/gst_settings/gst_settings.js index 808f9bc..cd682c5 100644 --- a/erpnext/regional/doctype/gst_settings/gst_settings.js +++ b/erpnext/regional/doctype/gst_settings/gst_settings.js
@@ -35,6 +35,7 @@ return { filters: { company: row.company, + account_type: "Tax", is_group: 0 } };