Removed the unused "is_total" property from the ReportEntry class of the journal.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user