diff --git a/src/accounting/report/reports/income_statement.py b/src/accounting/report/reports/income_statement.py index abb1895..43122ea 100644 --- a/src/accounting/report/reports/income_statement.py +++ b/src/accounting/report/reports/income_statement.py @@ -159,6 +159,7 @@ class PageParams(BasePageParams): self.__has_data: bool = has_data """True if there is any data, or False otherwise.""" self.sections: list[Section] = sections + """The sections in the income statement.""" self.period_chooser: IncomeStatementPeriodChooser \ = IncomeStatementPeriodChooser(currency) """The period chooser."""