mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-15 23:54:59 +00:00
fix: not able to make sales return entry (#44605)
This commit is contained in:
@@ -223,7 +223,7 @@ class SerialandBatchBundle(Document):
|
||||
else:
|
||||
valuation_rate = valuation_details["batches"].get(row.batch_no)
|
||||
|
||||
row.incoming_rate = valuation_rate
|
||||
row.incoming_rate = flt(valuation_rate)
|
||||
row.stock_value_difference = flt(row.qty) * flt(row.incoming_rate)
|
||||
|
||||
if save:
|
||||
|
||||
Reference in New Issue
Block a user