Skip to content

Commit 6f812cc

Browse files
mihir-kandoimergify[bot]
authored andcommitted
fix: allow sequence id edit in BOM if routing is not set
(cherry picked from commit 0852996)
1 parent 6c4bba3 commit 6f812cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

erpnext/manufacturing/doctype/bom_operation/bom_operation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"label": "Batch Size"
147147
},
148148
{
149-
"depends_on": "eval:doc.parenttype == \"Routing\"",
149+
"depends_on": "eval:doc.parenttype == \"Routing\" || !parent.routing",
150150
"description": "If you want to run operations in parallel, keep the same sequence ID for them.",
151151
"fieldname": "sequence_id",
152152
"fieldtype": "Int",
@@ -297,7 +297,7 @@
297297
"index_web_pages_for_search": 1,
298298
"istable": 1,
299299
"links": [],
300-
"modified": "2026-01-01 17:15:59.806874",
300+
"modified": "2026-02-17 15:33:28.495850",
301301
"modified_by": "Administrator",
302302
"module": "Manufacturing",
303303
"name": "BOM Operation",

0 commit comments

Comments
 (0)