mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-20 01:55:01 +00:00
Allow to select asset account in the payable in the expense claim for imprest management (#9891)
This commit is contained in:
committed by
Makarand Bauskar
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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user