Allow to select asset account in the payable in the expense claim for imprest management (#9891)
This commit is contained in:
parent
805a41d06c
commit
b994b3dcda
@ -230,7 +230,7 @@ frappe.ui.form.on("Expense Claim",{
|
||||
frm.fields_dict["payable_account"].get_query = function() {
|
||||
return {
|
||||
filters: {
|
||||
"root_type": "Liability",
|
||||
"report_type": "Balance Sheet",
|
||||
"account_type": "Payable"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user