Fixed the documentation of the txn_type @property in TransactionFormView in the accounting application.
This commit is contained in:
parent
c3fc2a5093
commit
5898a48fe9
@ -862,7 +862,7 @@ class TransactionFormView(FormView):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def txn_type(self) -> str:
|
def txn_type(self) -> str:
|
||||||
"""Returns the transaction type of this form"""
|
"""Returns the transaction type of this form."""
|
||||||
return self.kwargs["txn_type"]
|
return self.kwargs["txn_type"]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user