Merge pull request #26361 from ankush/backport/version-13-pre-release/pr-26354

fix: stock_rbnb not defined (#26354)
This commit is contained in:
Sagar Vora 2021-07-07 11:59:37 +05:30 committed by GitHub
commit ea2470d174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -386,6 +386,7 @@ class PurchaseReceipt(BuyingController):
against_account = ", ".join([d.account for d in gl_entries if flt(d.debit) > 0])
total_valuation_amount = sum(valuation_tax.values())
amount_including_divisional_loss = negative_expense_to_be_booked
stock_rbnb = self.get_company_default("stock_received_but_not_billed")
i = 1
for tax in self.get("taxes"):
if valuation_tax.get(tax.name):