fix bug when creating varialbe shits
This commit is contained in:
parent
03a7faf6d8
commit
8d405b8b7c
|
@ -281,7 +281,8 @@ function admin_shifts()
|
|||
'end' => $shift_end,
|
||||
'RID' => $rid,
|
||||
'title' => $title,
|
||||
'shifttype_id' => $shifttype_id
|
||||
'shifttype_id' => $shifttype_id,
|
||||
'description' => $description
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue