mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-15 08:17:15 +00:00
fix: only "Tax" type accounts should be shown for selection in GST Settings
This commit is contained in:
@@ -35,6 +35,7 @@ frappe.ui.form.on('GST Settings', {
|
||||
return {
|
||||
filters: {
|
||||
company: row.company,
|
||||
account_type: "Tax",
|
||||
is_group: 0
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user