Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
#5402 - order by status then by service description (#5552)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinsivy authored and kduret committed Aug 17, 2017
1 parent 6080f2c commit b556809
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
$rq1 .= " AND h.instance_id = ".$instance;
}
//$rq1 .= " ORDER BY s.description";
$rq1 .= " order by tri asc";
$rq1 .= " order by tri asc, s.description asc";

$tabService = array();
$tabHost = array();
Expand Down

0 comments on commit b556809

Please sign in to comment.