mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 06:58:27 +00:00
minor fix
This commit is contained in:
@@ -250,7 +250,7 @@ class update_entries_after(object):
|
|||||||
|
|
||||||
self.valuation_rate = new_stock_value / new_stock_qty
|
self.valuation_rate = new_stock_value / new_stock_qty
|
||||||
else:
|
else:
|
||||||
self.valuation_rate = self.outgoing_rate
|
self.valuation_rate = sle.outgoing_rate
|
||||||
|
|
||||||
else:
|
else:
|
||||||
if flt(self.qty_after_transaction) >= 0 and sle.outgoing_rate:
|
if flt(self.qty_after_transaction) >= 0 and sle.outgoing_rate:
|
||||||
|
|||||||
Reference in New Issue
Block a user