mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
fix: unexpected removal of finance book filter
This commit is contained in:
@@ -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"),
|
||||||
|
|||||||
Reference in New Issue
Block a user