fix: only "Tax" type accounts should be shown for selection in GST Settings

This commit is contained in:
Afshan 2021-07-02 15:39:16 +05:30
parent c0817838d9
commit b6076f772d

View File

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