fix: only "Tax" type accounts should be shown for selection in GST Settings
This commit is contained in:
parent
4e6805b04e
commit
20f73d4c58
@ -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
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user