fix: unexpected removal of finance book filter

This commit is contained in:
Saqib Ansari 2020-05-08 16:55:19 +05:30 committed by Nabin Hait
parent 22aec57beb
commit 03007de4d7

View File

@ -36,6 +36,12 @@ frappe.query_reports["Fixed Asset Register"] = {
fieldtype: "Link",
options: "Asset Category"
},
{
fieldname:"finance_book",
label: __("Finance Book"),
fieldtype: "Link",
options: "Finance Book"
},
{
fieldname:"cost_center",
label: __("Cost Center"),