Removed the unused "__in_use_account_id" property from the TransactionForm form.
This commit is contained in:
parent
7fb9e2f0a1
commit
3fe7eb41ac
@ -80,8 +80,6 @@ class TransactionForm(FlaskForm):
|
|||||||
"""The journal entry collector. The default is the base abstract
|
"""The journal entry collector. The default is the base abstract
|
||||||
collector only to provide the correct type. The subclass forms should
|
collector only to provide the correct type. The subclass forms should
|
||||||
provide their own collectors."""
|
provide their own collectors."""
|
||||||
self.__in_use_account_id: set[int] | None = None
|
|
||||||
"""The ID of the accounts that are in use."""
|
|
||||||
|
|
||||||
def populate_obj(self, obj: Transaction) -> None:
|
def populate_obj(self, obj: Transaction) -> None:
|
||||||
"""Populates the form data into a transaction object.
|
"""Populates the form data into a transaction object.
|
||||||
|
Loading…
Reference in New Issue
Block a user