Merge pull request #33514 from s-aga-r/fix/github-issue/33417

fix: set `supplier` details while mapping SE(Send to Subcontractor)
This commit is contained in:
Sagar Sharma 2023-01-03 18:57:07 +05:30 committed by GitHub
commit d3b74a868e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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],