Multiple small updates

This commit is contained in:
“VeLiTi”
2024-08-20 09:02:10 +02:00
parent 5ab161c62d
commit 061fae6244
9 changed files with 93 additions and 14 deletions

View File

@@ -158,6 +158,8 @@ else {
6 Warranty DESC
7 Service ASC
8 Service DESC
9 Latest ASC
10 Latest DESC
*/
switch ($sort_indicator){
@@ -185,6 +187,12 @@ else {
case 8:
$sort = ' e.service_date DESC ';
break;
case 9:
$sort = ' e.created DESC ';
break;
case 10:
$sort = ' e.created ASC ';
break;
default:
$sort = ' equipmentID ';
break;