fix
This commit is contained in:
parent
e932f0c730
commit
04d6d16138
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue