Merge branch 'develop' into manual_asset_schedule_develop

This commit is contained in:
Anand Baburajan 2023-02-26 17:40:26 +05:30 committed by GitHub
commit feeebb1262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: