fix: hide operations field in bom creator if phantom (backport #54336) (#54337)

This commit is contained in:
mergify[bot]
2026-04-16 16:11:45 +00:00
committed by GitHub
parent 10dbfd310f
commit b252ad49b7

View File

@@ -283,6 +283,7 @@
"read_only": 1 "read_only": 1
}, },
{ {
"depends_on": "eval:!doc.is_phantom",
"fieldname": "section_break_xvld", "fieldname": "section_break_xvld",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Operations Routing" "label": "Operations Routing"
@@ -310,7 +311,7 @@
"link_fieldname": "bom_creator" "link_fieldname": "bom_creator"
} }
], ],
"modified": "2026-04-16 17:39:38.232864", "modified": "2026-04-16 20:43:30.820781",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Manufacturing", "module": "Manufacturing",
"name": "BOM Creator", "name": "BOM Creator",