fix: correct set_query filters

This commit is contained in:
Smit Vora
2023-09-11 19:16:25 +05:30
parent c47adcfdd9
commit 43061f4416
6 changed files with 8 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ frappe.ui.form.on("Supplier", {
return {
filters: {
'account_type': 'Payable',
'root_type': 'Liability',
'company': d.company,
"is_group": 0
}