mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 13:38:27 +00:00
[fixes][patch] update valuation rate in purchase cycle and repost patch
This commit is contained in:
@@ -374,7 +374,6 @@ class BuyingController(StockController):
|
||||
flt(d.qty, self.precision.item.qty)) /
|
||||
flt(d.conversion_factor, self.precision.item.conversion_factor),
|
||||
self.precision.item.valuation_rate)
|
||||
|
||||
else:
|
||||
d.valuation_rate = 0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user