fix bug when creating varialbe shits

main
msquare 3 years ago
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…
Cancel
Save