Removed the unused "is_total" property from the ReportEntry class of the journal.

This commit is contained in:
依瑪貓 2023-03-09 07:31:06 +08:00
parent 6fc21f82af
commit cb4258dd6d

View File

@ -49,8 +49,6 @@ class ReportEntry:
"""The journal entry."""
self.transaction: Transaction | None = None
"""The transaction."""
self.is_total: bool = False
"""Whether this is the total entry."""
self.currency: Currency | None = None
"""The account."""
self.account: Account = entry.account