commit | 3bbbf02ca8092816cd8c16e992316370b0a7f702 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Wed Jun 29 08:06:34 2022 +0530 |
committer | GitHub <noreply@github.com> | Wed Jun 29 08:06:34 2022 +0530 |
tree | 334a41ce2adac4641b111d00083b6ab170b89c2c | |
parent | 080fcb91f25af9f4174183b4fe662049ff710e0c [diff] | |
parent | 3cd34ebab65a030aae2b42d0fa0a5cbee934f1f6 [diff] |
Merge pull request #31460 from ruthra-kumar/bug_ar/ap_rpt_delivery_note fix: 'attribute error' on AR/AP report with delivery note filter
diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py index 1911152..411b313 100755 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py
@@ -128,6 +128,7 @@ credit_note_in_account_currency=0.0, outstanding_in_account_currency=0.0, ) + self.get_invoices(ple) if self.filters.get("group_by_party"): self.init_subtotal_row(ple.party)