From d3c437ce7d7665fe9192dd61e8c7b9c044af30dd Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Mon, 29 May 2023 13:22:57 +1000 Subject: [PATCH] austax: Fix typo --- austax/reports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/austax/reports.py b/austax/reports.py index 450d869..1c91679 100644 --- a/austax/reports.py +++ b/austax/reports.py @@ -83,7 +83,7 @@ def tax_summary_report(): ), Spacer(), Section( - title='Gross income (10)', + title='Gross interest (10)', entries=entries_for_kind(account_configurations, accounts, 'austax.income10', neg=True) + [Subtotal('Total item 10', id='income10', floor=100)] ), Spacer(),