mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
fix: not able to repost gl entries
(cherry picked from commit 7d10dd9ea8)
This commit is contained in:
committed by
Mergify
parent
dddbfba6da
commit
ae0318ef74
@@ -473,7 +473,7 @@ class PurchaseReceipt(BuyingController):
|
||||
)
|
||||
|
||||
divisional_loss = flt(
|
||||
valuation_amount_as_per_doc - stock_value_diff, d.precision("base_net_amount")
|
||||
valuation_amount_as_per_doc - flt(stock_value_diff), d.precision("base_net_amount")
|
||||
)
|
||||
|
||||
if divisional_loss:
|
||||
|
||||
Reference in New Issue
Block a user