commit | 11e0ed5f6e44f06219fa62ceaaa6dde3152410cc | [log] [tgz] |
---|---|---|
author | Afshan <33727827+AfshanKhan@users.noreply.github.com> | Tue Jul 06 17:21:19 2021 +0530 |
committer | GitHub <noreply@github.com> | Tue Jul 06 17:21:19 2021 +0530 |
tree | 599eb3493887f7ca88e714786900351d8e97518f | |
parent | a63796e6f07bbdb9fc4c9c2a7ab9a4d8a3496c8b [diff] | |
parent | 787cd77f032243b161a03a75a6016a59571f9577 [diff] |
Merge branch 'develop' into fix-account-selection-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 } };