Merge pull request #115 from expsa/transaction_security
Fix bug in transaction
This commit is contained in:
commit
b3c1339d7e
|
|
@ -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