fix: provide missing company in report records that require reference to Company:company:default_currency

This commit is contained in:
Devin Slauenwhite
2025-08-02 11:38:47 -04:00
parent 093c6bb17e
commit d38fd0779c

View File

@@ -46,6 +46,7 @@ class PaymentLedger:
against_voucher_no=ple.against_voucher_no,
amount=ple.amount,
currency=ple.account_currency,
company=ple.company,
)
if self.filters.include_account_currency: