mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 08:35:00 +00:00
fix: hold PO item ref in SCO Service Item
This commit is contained in:
@@ -747,7 +747,9 @@ def get_mapped_subcontracting_order(source_name, target_doc=None):
|
||||
},
|
||||
"Purchase Order Item": {
|
||||
"doctype": "Subcontracting Order Service Item",
|
||||
"field_map": {},
|
||||
"field_map": {
|
||||
"name": "purchase_order_item",
|
||||
},
|
||||
"field_no_map": [],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user