From 911a24c15b80f4677942b980837f4185032b9655 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 --- erpnext/manufacturing/doctype/bom_operation/bom_operation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/manufacturing/doctype/bom_operation/bom_operation.json b/erpnext/manufacturing/doctype/bom_operation/bom_operation.json index c358e76e5f..3b403f4dbb 100644 --- a/erpnext/manufacturing/doctype/bom_operation/bom_operation.json +++ b/erpnext/manufacturing/doctype/bom_operation/bom_operation.json @@ -90,7 +90,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 -- GitLab