Merge pull request #46525 from frappe/mergify/bp/version-15-hotfix/pr-46514

fix: UOM conversion error when creating pick list from material trans… (backport #46514)
This commit is contained in:
Mihir Kandoi
2025-03-14 13:04:43 +05:30
committed by GitHub

View File

@@ -813,7 +813,7 @@ def create_pick_list(source_name, target_doc=None):
},
"Material Request Item": {
"doctype": "Pick List Item",
"field_map": {"name": "material_request_item", "qty": "stock_qty"},
"field_map": {"name": "material_request_item", "stock_qty": "stock_qty"},
},
},
target_doc,