commit | 20f73d4c582766c0698370015340848f3d68fa32 | [log] [tgz] |
---|---|---|
author | Afshan <afshan13k@gmail.com> | Fri Jul 02 15:34:26 2021 +0530 |
committer | Afshan <afshan13k@gmail.com> | Fri Jul 02 15:34:26 2021 +0530 |
tree | ca49098f529328e01b0b82a886fae532141faba8 | |
parent | 4e6805b04ef48f47954f703e10dc95f525184541 [diff] |
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 } };