From 09f5e76b770e5d0583bd85bea96f7101245d3e7f Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Wed, 2 Sep 2026 16:44:16 +0530 Subject: [PATCH] fix: rearrange fields in BOM Operation (#58683) --- .../doctype/bom_operation/bom_operation.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/erpnext/manufacturing/doctype/bom_operation/bom_operation.json b/erpnext/manufacturing/doctype/bom_operation/bom_operation.json index 5e14b921387..68a8465e479 100644 --- a/erpnext/manufacturing/doctype/bom_operation/bom_operation.json +++ b/erpnext/manufacturing/doctype/bom_operation/bom_operation.json @@ -17,9 +17,11 @@ "workstation_type", "workstation", "time_in_mins", + "section_break_bnyq", "fixed_time", "is_subcontracted", "is_final_finished_good", + "column_break_zflu", "set_cost_based_on_bom_qty", "quality_inspection_required", "batch_split", @@ -311,7 +313,8 @@ "description": "On completion of the Job Card, split the consumed batch into one child batch per finished piece", "fieldname": "batch_split", "fieldtype": "Check", - "label": "Batch Split" + "label": "Batch Split", + "show_description_on_click": 1 }, { "depends_on": "eval:doc.batch_split", @@ -320,14 +323,23 @@ "fieldtype": "Float", "label": "Weight Per Piece", "mandatory_depends_on": "eval:doc.batch_split", - "non_negative": 1 + "non_negative": 1, + "show_description_on_click": 1 + }, + { + "fieldname": "section_break_bnyq", + "fieldtype": "Section Break" + }, + { + "fieldname": "column_break_zflu", + "fieldtype": "Column Break" } ], "idx": 1, "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2026-08-28 18:00:00.000000", + "modified": "2026-09-01 14:47:20.705648", "modified_by": "Administrator", "module": "Manufacturing", "name": "BOM Operation",