Multiple small updates
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user