fix: unexpected removal of finance book filter
This commit is contained in:
parent
22aec57beb
commit
03007de4d7
@ -36,6 +36,12 @@ frappe.query_reports["Fixed Asset Register"] = {
|
|||||||
fieldtype: "Link",
|
fieldtype: "Link",
|
||||||
options: "Asset Category"
|
options: "Asset Category"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
fieldname:"finance_book",
|
||||||
|
label: __("Finance Book"),
|
||||||
|
fieldtype: "Link",
|
||||||
|
options: "Finance Book"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
fieldname:"cost_center",
|
fieldname:"cost_center",
|
||||||
label: __("Cost Center"),
|
label: __("Cost Center"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user