Removed the unnecessary initialization of the current user property in the transaction data model in the accounting application.
This commit is contained in:
parent
31c1c7c35a
commit
60bcbde9b1
@ -120,7 +120,6 @@ class Transaction(DirtyFieldsMixin, BaseModel):
|
|||||||
self._is_balanced = None
|
self._is_balanced = None
|
||||||
self._has_order_hole = None
|
self._has_order_hole = None
|
||||||
self.old_date = None
|
self.old_date = None
|
||||||
self.current_user = None
|
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
"""Returns the string representation of this accounting
|
"""Returns the string representation of this accounting
|
||||||
|
Loading…
Reference in New Issue
Block a user