Skip to content
Snippets Groups Projects
Commit 18c3d09d authored by Quentin De Paoli's avatar Quentin De Paoli
Browse files

[FIX] account: add back the 'Unknown Partner' line in the aged receivable/payable reports

parent de956575
Branches
Tags
No related merge requests found
......@@ -155,6 +155,8 @@ class ReportAgedPartnerBalance(models.AbstractModel):
history.append(partners_amount)
for partner in partners:
if partner['partner_id'] is None:
partner['partner_id'] = False
at_least_one_amount = False
values = {}
undue_amt = 0.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment