fix: set supplier details while mapping SE(Send to Subcontractor)

(cherry picked from commit 751bdc98ed)
This commit is contained in:
s-aga-r
2022-12-31 17:17:22 +05:30
committed by Mergify
parent 027510b629
commit 06e13b64a4

View File

@@ -829,6 +829,9 @@ def make_rm_stock_entry(
order_doctype: {
"doctype": "Stock Entry",
"field_map": {
"supplier": "supplier",
"supplier_name": "supplier_name",
"supplier_address": "supplier_address",
"to_warehouse": "supplier_warehouse",
},
"field_no_map": [field_no_map],