mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-14 23:18:40 +00:00
Merge pull request #58017 from mihir-kandoi/backport-58016-v16
fix: preserve original operation idx in manually created Job Cards (backport #58016)
This commit is contained in:
@@ -2825,6 +2825,7 @@ def get_operation_details(name, work_order, parent_bom):
|
||||
for row in work_order.operations:
|
||||
if row.name == name:
|
||||
return {
|
||||
"idx": row.idx,
|
||||
"workstation": row.workstation,
|
||||
"workstation_type": row.workstation_type,
|
||||
"source_warehouse": row.source_warehouse,
|
||||
|
||||
Reference in New Issue
Block a user