erpnext Include Cash Account Type (eg. Petty Cash) in Bank Reconciliation

This commit is contained in:
OluyomiKay 2016-12-14 13:25:58 +08:00
parent 201af80706
commit 8f8fd39855

View File

@ -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
}
};