Merge pull request #26299 from AfshanKhan/fix-account-selection-gst-settings

fix: only "Tax" type accounts should be shown for selection in GST Settings
This commit is contained in:
Deepesh Garg 2021-07-06 20:33:21 +05:30 committed by GitHub
commit 3af607ba04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ frappe.ui.form.on('GST Settings', {
return {
filters: {
company: row.company,
account_type: "Tax",
is_group: 0
}
};