mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-16 00:37:15 +00:00
erpnext Include Cash Account Type (eg. Petty Cash) in Bank Reconciliation
This commit is contained in:
@@ -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
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user