erpnext Include Cash Account Type (eg. Petty Cash) in Bank Reconciliation
This commit is contained in:
parent
201af80706
commit
8f8fd39855
@ -15,7 +15,7 @@ frappe.ui.form.on("Bank Reconciliation", {
|
||||
frm.set_query("bank_account", function() {
|
||||
return {
|
||||
"filters": {
|
||||
"account_type": "Bank",
|
||||
"account_type": ["in",["Bank","Cash"]],
|
||||
"is_group": 0
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user