fix date
This commit is contained in:
parent
35308f77a8
commit
3c58229e3c
|
|
@ -380,8 +380,8 @@ class LeaveController(http.Controller):
|
|||
})
|
||||
holidays.attach_ids = [(4, attach.id)]
|
||||
holidays._onchange_employee()
|
||||
# holidays._onchange_date_from()
|
||||
# holidays._onchange_date_to()
|
||||
holidays._onchange_date_from()
|
||||
holidays._onchange_date_to()
|
||||
holidays._get_end_date()
|
||||
holidays._get_holiday_related_date()
|
||||
data = self.get_return_data(holidays, approvel)
|
||||
|
|
|
|||
Loading…
Reference in New Issue