austax: Fix typo

This commit is contained in:
RunasSudo 2023-05-29 13:22:57 +10:00
parent 5e4e8b206a
commit d3c437ce7d
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ def tax_summary_report():
), ),
Spacer(), Spacer(),
Section( 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)] entries=entries_for_kind(account_configurations, accounts, 'austax.income10', neg=True) + [Subtotal('Total item 10', id='income10', floor=100)]
), ),
Spacer(), Spacer(),