From 5f4641e55b235e8908ef51eca3e4de9e1944ab98 Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Thu, 16 Apr 2026 21:06:14 +0530 Subject: [PATCH] fix: hide operations field in bom creator if phantom (#54336) --- erpnext/manufacturing/doctype/bom_creator/bom_creator.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erpnext/manufacturing/doctype/bom_creator/bom_creator.json b/erpnext/manufacturing/doctype/bom_creator/bom_creator.json index 4bca0510e3e..42e4f0a17b7 100644 --- a/erpnext/manufacturing/doctype/bom_creator/bom_creator.json +++ b/erpnext/manufacturing/doctype/bom_creator/bom_creator.json @@ -283,6 +283,7 @@ "read_only": 1 }, { + "depends_on": "eval:!doc.is_phantom", "fieldname": "section_break_xvld", "fieldtype": "Section Break", "label": "Operations Routing" @@ -310,7 +311,7 @@ "link_fieldname": "bom_creator" } ], - "modified": "2026-04-16 17:39:38.232864", + "modified": "2026-04-16 20:43:30.820781", "modified_by": "Administrator", "module": "Manufacturing", "name": "BOM Creator",