fix: add project field map from mr to rfq

This commit is contained in:
HenningWendtland
2025-02-10 11:45:58 +01:00
parent d0479036bb
commit 8fa39bec61

View File

@@ -551,7 +551,7 @@ def make_request_for_quotation(source_name, target_doc=None):
"field_map": [
["name", "material_request_item"],
["parent", "material_request"],
["uom", "uom"],
["project", "project_name"],
],
},
},