austax: Fix typo
This commit is contained in:
parent
5e4e8b206a
commit
d3c437ce7d
@ -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(),
|
||||||
|
Loading…
Reference in New Issue
Block a user