Fix shifts edit page
This commit is contained in:
parent
9409b320f0
commit
26b5a6e1f0
|
@ -134,7 +134,7 @@ function shift_edit_controller()
|
||||||
foreach ($needed_angel_types as $needed_angeltype_id => $count) {
|
foreach ($needed_angel_types as $needed_angeltype_id => $count) {
|
||||||
$needed_angel_types[$needed_angeltype_id] = 0;
|
$needed_angel_types[$needed_angeltype_id] = 0;
|
||||||
|
|
||||||
$queryKey = 'type_' . $needed_angeltype_id;
|
$queryKey = 'angeltype_count_' . $needed_angeltype_id;
|
||||||
if ($request->has($queryKey)) {
|
if ($request->has($queryKey)) {
|
||||||
if (test_request_int($queryKey)) {
|
if (test_request_int($queryKey)) {
|
||||||
$needed_angel_types[$needed_angeltype_id] = trim($request->input($queryKey));
|
$needed_angel_types[$needed_angeltype_id] = trim($request->input($queryKey));
|
||||||
|
|
Loading…
Reference in New Issue