mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
Merge pull request #32248 from frappe/mergify/bp/version-14-hotfix/pr-32247
fix: add SCO supplied item reference while mapping the Stock Entry (backport #32247)
This commit is contained in:
@@ -2606,6 +2606,7 @@ def get_items_from_subcontracting_order(source_name, target_doc=None):
|
|||||||
"uom": item.stock_uom,
|
"uom": item.stock_uom,
|
||||||
"stock_uom": item.stock_uom,
|
"stock_uom": item.stock_uom,
|
||||||
"conversion_factor": 1,
|
"conversion_factor": 1,
|
||||||
|
"sco_rm_detail": item.name,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user