Fix bug in transaction
This commit is contained in:
parent
f4d5bf6c88
commit
67ec38dfde
|
|
@ -186,6 +186,7 @@ class Transaction(models.Model):
|
|||
|
||||
def compute_have_leave(self):
|
||||
self.current_is_manager = False
|
||||
self.to_user_have_leave = False
|
||||
|
||||
# def compute_hijri(self):
|
||||
# '''
|
||||
|
|
|
|||
Loading…
Reference in New Issue