mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
fix: correct set_query filters
This commit is contained in:
@@ -12,6 +12,7 @@ frappe.ui.form.on("Supplier", {
|
||||
return {
|
||||
filters: {
|
||||
'account_type': 'Payable',
|
||||
'root_type': 'Liability',
|
||||
'company': d.company,
|
||||
"is_group": 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user