Removed "Asset" filter on payment account
This commit is contained in:
parent
d59df5dd5d
commit
881491cd2b
@ -224,7 +224,6 @@ cur_frm.fields_dict.cash_bank_account.get_query = function(doc) {
|
|||||||
return {
|
return {
|
||||||
filters: [
|
filters: [
|
||||||
["Account", "account_type", "in", ["Cash", "Bank"]],
|
["Account", "account_type", "in", ["Cash", "Bank"]],
|
||||||
["Account", "root_type", "=", "Asset"],
|
|
||||||
["Account", "is_group", "=",0],
|
["Account", "is_group", "=",0],
|
||||||
["Account", "company", "=", doc.company]
|
["Account", "company", "=", doc.company]
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user