Removed the unused "is_total" property from the ReportEntry class of the journal.
This commit is contained in:
parent
6fc21f82af
commit
cb4258dd6d
@ -49,8 +49,6 @@ class ReportEntry:
|
|||||||
"""The journal entry."""
|
"""The journal entry."""
|
||||||
self.transaction: Transaction | None = None
|
self.transaction: Transaction | None = None
|
||||||
"""The transaction."""
|
"""The transaction."""
|
||||||
self.is_total: bool = False
|
|
||||||
"""Whether this is the total entry."""
|
|
||||||
self.currency: Currency | None = None
|
self.currency: Currency | None = None
|
||||||
"""The account."""
|
"""The account."""
|
||||||
self.account: Account = entry.account
|
self.account: Account = entry.account
|
||||||
|
Loading…
Reference in New Issue
Block a user