fix: batch_no not mapped from PR to Stock Entry (#27794)
This commit is contained in:
parent
aa0698078f
commit
3132dcd94a
@ -842,7 +842,8 @@ def make_stock_entry(source_name,target_doc=None):
|
||||
"doctype": "Stock Entry Detail",
|
||||
"field_map": {
|
||||
"warehouse": "s_warehouse",
|
||||
"parent": "reference_purchase_receipt"
|
||||
"parent": "reference_purchase_receipt",
|
||||
"batch_no": "batch_no"
|
||||
},
|
||||
},
|
||||
}, target_doc, set_missing_values)
|
||||
|
Loading…
x
Reference in New Issue
Block a user