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

View File

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