Merge pull request #46514 from mihir-kandoi/46060

fix: UOM conversion error when creating pick list from material trans…
This commit is contained in:
Mihir Kandoi
2025-03-14 12:42:17 +05:30
committed by GitHub

View File

@@ -884,7 +884,7 @@ def create_pick_list(source_name, target_doc=None):
}, },
"Material Request Item": { "Material Request Item": {
"doctype": "Pick List 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, target_doc,