fix bug when creating varialbe shits

This commit is contained in:
msquare 2021-12-15 17:14:09 +01:00
parent 03a7faf6d8
commit 8d405b8b7c
1 changed files with 2 additions and 1 deletions

View File

@ -281,7 +281,8 @@ function admin_shifts()
'end' => $shift_end, 'end' => $shift_end,
'RID' => $rid, 'RID' => $rid,
'title' => $title, 'title' => $title,
'shifttype_id' => $shifttype_id 'shifttype_id' => $shifttype_id,
'description' => $description
]; ];
} }