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

This commit is contained in:
Mihir Kandoi
2026-04-16 21:06:14 +05:30
committed by GitHub
parent cac7a358dd
commit 5f4641e55b

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",