mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
[accounts] [minor] [fix] fixed set_query for Mode of Payment
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user