Allow to select asset account in the payable in the expense claim for imprest management (#9891)

This commit is contained in:
rohitwaghchaure 2017-07-17 14:33:33 +05:30 committed by Makarand Bauskar
parent 805a41d06c
commit b994b3dcda

View File

@ -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"
}
}