mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +00:00
[Fix] Due to incorrect conversion factor user not able to make purchase return entry (#15163)
This commit is contained in:
committed by
Nabin Hait
parent
e689a903d8
commit
b800382abf
@@ -151,6 +151,7 @@ def get_ref_item_dict(valid_items, ref_item_row):
|
|||||||
"rejected_qty": 0,
|
"rejected_qty": 0,
|
||||||
"received_qty": 0,
|
"received_qty": 0,
|
||||||
"serial_no": [],
|
"serial_no": [],
|
||||||
|
"conversion_factor": ref_item_row.get("conversion_factor", 1),
|
||||||
"batch_no": []
|
"batch_no": []
|
||||||
}))
|
}))
|
||||||
item_dict = valid_items[ref_item_row.item_code]
|
item_dict = valid_items[ref_item_row.item_code]
|
||||||
|
|||||||
Reference in New Issue
Block a user