Sort angeltypes shifts date dropdown
This commit is contained in:
parent
ce6419e308
commit
088d351b2b
|
@ -233,6 +233,7 @@ function angeltype_controller_shiftsFilterDays($angeltype)
|
|||
$days[] = $day;
|
||||
}
|
||||
}
|
||||
sort($days);
|
||||
return $days;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue