fix(Asset Repair): Edit description for total_repair_cost

This commit is contained in:
GangaManoj 2021-06-24 22:27:30 +05:30
parent b44e4121da
commit c73e137bfa

View File

@ -212,7 +212,7 @@
}, },
{ {
"depends_on": "eval: doc.stock_consumption && doc.total_repair_cost > 0", "depends_on": "eval: doc.stock_consumption && doc.total_repair_cost > 0",
"description": "Sum of Repair Cost and the total value of all Stock Items consumed during the repair.", "description": "Sum of Repair Cost and Value of Consumed Stock Items.",
"fieldname": "total_repair_cost", "fieldname": "total_repair_cost",
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Total Repair Cost", "label": "Total Repair Cost",