fix: added job_card_item link in material request (#28222)

* fix: added job_card_item links in material request

* fix: add no copy to row references
This commit is contained in:
Noah Jacob
2021-11-03 17:23:57 +05:30
committed by GitHub
parent a5902fa3f8
commit cb064b06ad
3 changed files with 15 additions and 3 deletions

View File

@@ -605,7 +605,8 @@ def make_material_request(source_name, target_doc=None):
"doctype": "Material Request Item",
"field_map": {
"required_qty": "qty",
"uom": "stock_uom"
"uom": "stock_uom",
"name": "job_card_item"
},
"postprocess": update_item,
}