mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +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 {
|
return {
|
||||||
filters: {
|
filters: {
|
||||||
company: row.company,
|
company: row.company,
|
||||||
|
account_type: "Tax",
|
||||||
is_group: 0
|
is_group: 0
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user