mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +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 {
|
return {
|
||||||
filters: {
|
filters: {
|
||||||
'is_company_account': 1
|
'is_company_account': 1
|
||||||
|
|||||||
Reference in New Issue
Block a user