Update asset_category.js (#15222)

This commit is contained in:
Ahmed Madi 2018-08-27 09:34:12 +03:00 committed by Nabin Hait
parent e33047250e
commit 1516b8d54a

View File

@ -22,7 +22,7 @@ frappe.ui.form.on('Asset Category', {
var d = locals[cdt][cdn];
return {
"filters": {
"root_type": "Asset",
"account_type": "Accumulated Depreciation",
"is_group": 0,
"company": d.company_name
}
@ -41,4 +41,4 @@ frappe.ui.form.on('Asset Category', {
});
}
});
});