From 764235b390ba6ff0b2c794876349c6be2ac63023 Mon Sep 17 00:00:00 2001 From: Himanshu Shivhare Date: Wed, 12 Jun 2024 13:01:28 +0530 Subject: [PATCH] chore: typo in bom_operation.json (#41650) chore: typo in bom_operation.json (cherry picked from commit 7ee2a19f535010313e7be1e8c99c443446c123a6) --- .../manufacturing/doctype/bom_operation/bom_operation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/manufacturing/doctype/bom_operation/bom_operation.json b/erpnext/manufacturing/doctype/bom_operation/bom_operation.json index 5a734d8684f..037a3fe0e81 100644 --- a/erpnext/manufacturing/doctype/bom_operation/bom_operation.json +++ b/erpnext/manufacturing/doctype/bom_operation/bom_operation.json @@ -77,7 +77,7 @@ "fieldname": "time_in_mins", "fieldtype": "Float", "in_list_view": 1, - "label": "Operation Time ", + "label": "Operation Time", "oldfieldname": "time_in_mins", "oldfieldtype": "Currency", "reqd": 1 @@ -203,4 +203,4 @@ "sort_field": "modified", "sort_order": "DESC", "states": [] -} \ No newline at end of file +}