fix(Asset Repair): Move Total Repair Cost to the Stock Consumption Details section
diff --git a/erpnext/assets/doctype/asset_repair/asset_repair.json b/erpnext/assets/doctype/asset_repair/asset_repair.json
index 7e95874..f43b5d9 100644
--- a/erpnext/assets/doctype/asset_repair/asset_repair.json
+++ b/erpnext/assets/doctype/asset_repair/asset_repair.json
@@ -26,11 +26,11 @@
"capitalize_repair_cost",
"stock_consumption",
"column_break_8",
- "total_repair_cost",
"purchase_invoice",
"stock_consumption_details_section",
"warehouse",
"stock_items",
+ "total_repair_cost",
"asset_depreciation_details_section",
"increase_in_asset_life",
"section_break_9",
@@ -210,6 +210,7 @@
},
{
"depends_on": "stock_consumption",
+ "description": "Sum of Repair Cost and the total value of all Stock Items consumed during the repair.",
"fieldname": "total_repair_cost",
"fieldtype": "Currency",
"label": "Total Repair Cost"
@@ -251,7 +252,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
- "modified": "2021-06-16 08:32:06.160615",
+ "modified": "2021-06-19 14:04:35.423111",
"modified_by": "Administrator",
"module": "Assets",
"name": "Asset Repair",