We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4bba3 commit 6f812ccCopy full SHA for 6f812cc
1 file changed
erpnext/manufacturing/doctype/bom_operation/bom_operation.json
@@ -146,7 +146,7 @@
146
"label": "Batch Size"
147
},
148
{
149
- "depends_on": "eval:doc.parenttype == \"Routing\"",
+ "depends_on": "eval:doc.parenttype == \"Routing\" || !parent.routing",
150
"description": "If you want to run operations in parallel, keep the same sequence ID for them.",
151
"fieldname": "sequence_id",
152
"fieldtype": "Int",
@@ -297,7 +297,7 @@
297
"index_web_pages_for_search": 1,
298
"istable": 1,
299
"links": [],
300
- "modified": "2026-01-01 17:15:59.806874",
+ "modified": "2026-02-17 15:33:28.495850",
301
"modified_by": "Administrator",
302
"module": "Manufacturing",
303
"name": "BOM Operation",
0 commit comments