This commit is contained in:
odex 2024-07-08 14:39:38 +03:00
parent e932f0c730
commit 04d6d16138
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class LeaveController(http.Controller):
value = {'id': hol.id,
'type': hol.holiday_status_id.name,
'type_value': hol.holiday_status_id.id,
'reason_msg': hol.reject_reason or "",
'alternative_chick': hol.holiday_status_id.alternative_chick,
'replacement_id': hol.replace_by.id if hol.replace_by else False,
'replacement_name': hol.replace_by.name if hol.replace_by else False,