Skip to content

Commit

Permalink
Merge pull request #26299 from AfshanKhan/fix-account-selection-gst-s…
Browse files Browse the repository at this point in the history
…ettings

fix: only "Tax" type accounts should be shown for selection in GST Settings
  • Loading branch information
deepeshgarg007 authored Jul 6, 2021
2 parents f9e9d86 + 4ba680a commit 3af607b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erpnext/regional/doctype/gst_settings/gst_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ frappe.ui.form.on('GST Settings', {
return {
filters: {
company: row.company,
account_type: "Tax",
is_group: 0
}
};
Expand Down

0 comments on commit 3af607b

Please sign in to comment.