commit | d06a95b6fac089ddf55e18ed6c14c0b8bcf171a2 | [log] [tgz] |
---|---|---|
author | Afshan <33727827+AfshanKhan@users.noreply.github.com> | Fri Jul 02 19:32:12 2021 +0530 |
committer | GitHub <noreply@github.com> | Fri Jul 02 19:32:12 2021 +0530 |
tree | 9fb522f9ba21879c5f21725bec10891e532335e7 | |
parent | 20f73d4c582766c0698370015340848f3d68fa32 [diff] | |
parent | 0a79cfa17044ec0e8f8ccbb31107ed39fa52edc0 [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 } };