mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
fix: filter
This commit is contained in:
committed by
Deepesh Garg
parent
9f58e59a2c
commit
3ed574532d
@@ -56,7 +56,7 @@ frappe.ui.form.on("Customer", {
|
||||
}
|
||||
})
|
||||
|
||||
frm.set_query('default_bank_account', function(c) {
|
||||
frm.set_query('default_bank_account', function() {
|
||||
return {
|
||||
filters: {
|
||||
'is_company_account': 1
|
||||
|
||||
Reference in New Issue
Block a user