fix: provide company for outstanding record.

This commit is contained in:
Devin Slauenwhite
2025-08-02 12:23:12 -04:00
parent 7f3905185c
commit 97959dbe75

View File

@@ -78,6 +78,7 @@ class PaymentLedger:
against_voucher_no="Outstanding:",
amount=total,
currency=voucher_data[0].currency,
company=voucher_data[0].company,
)
if self.filters.include_account_currency: