mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +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() {
|
frm.set_query("bank_account", function() {
|
||||||
return {
|
return {
|
||||||
"filters": {
|
"filters": {
|
||||||
"account_type": "Bank",
|
"account_type": ["in",["Bank","Cash"]],
|
||||||
"is_group": 0
|
"is_group": 0
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user