[accounts] [minor] [fix] fixed set_query for Mode of Payment

This commit is contained in:
Rushabh Mehta
2013-07-25 10:49:59 +05:30
parent 148cbaeafe
commit a877053d90
2 changed files with 1 additions and 19 deletions

View File

@@ -16,9 +16,9 @@
cur_frm.set_query("default_account", function(doc) {
return{
query: "controllers.queries.account_query",
filters: {
'account_type': "Bank or Cash",
"group_or_ledger": "Ledger",
'company': doc.company
}
}