mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-15 09:53:09 +00:00
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:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user