mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
fix(Company): Add 'Repair and Maintenance Account' field
This commit is contained in:
@@ -83,6 +83,7 @@
|
|||||||
"disposal_account",
|
"disposal_account",
|
||||||
"depreciation_cost_center",
|
"depreciation_cost_center",
|
||||||
"capital_work_in_progress_account",
|
"capital_work_in_progress_account",
|
||||||
|
"repair_and_maintenance_account",
|
||||||
"asset_received_but_not_billed",
|
"asset_received_but_not_billed",
|
||||||
"budget_detail",
|
"budget_detail",
|
||||||
"exception_budget_approver_role",
|
"exception_budget_approver_role",
|
||||||
@@ -740,6 +741,11 @@
|
|||||||
"fieldname": "fixed_asset_defaults",
|
"fieldname": "fixed_asset_defaults",
|
||||||
"fieldtype": "Section Break",
|
"fieldtype": "Section Break",
|
||||||
"label": "Fixed Asset Defaults"
|
"label": "Fixed Asset Defaults"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "repair_and_maintenance_account",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Repair and Maintenance Account"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-building",
|
"icon": "fa fa-building",
|
||||||
@@ -747,7 +753,7 @@
|
|||||||
"image_field": "company_logo",
|
"image_field": "company_logo",
|
||||||
"is_tree": 1,
|
"is_tree": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2021-05-11 21:45:22.803065",
|
"modified": "2021-05-11 21:47:04.667950",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Setup",
|
"module": "Setup",
|
||||||
"name": "Company",
|
"name": "Company",
|
||||||
|
|||||||
Reference in New Issue
Block a user