diff --git a/modules/client/front/summary/index.html b/modules/client/front/summary/index.html index 81f80d370..146bd16e5 100644 --- a/modules/client/front/summary/index.html +++ b/modules/client/front/summary/index.html @@ -5,7 +5,7 @@ filter="::$ctrl.ticketFilter" limit="5" data="tickets" - order="shipped DESC"> + order="shipped DESC, id">
@@ -293,7 +293,7 @@ Id Nickname Agency - Route + Route Packages Date State @@ -314,7 +314,7 @@ {{::ticket.nickname}} - + {{::ticket.agencyMode.name}} diff --git a/modules/ticket/front/main/index.html b/modules/ticket/front/main/index.html index 8e9af1e12..590d33887 100644 --- a/modules/ticket/front/main/index.html +++ b/modules/ticket/front/main/index.html @@ -2,7 +2,7 @@ vn-id="model" url="Tickets/filter" limit="20" - order="shippedDate DESC, shippedHour ASC, zoneLanding ASC"> + order="shippedDate DESC, shippedHour ASC, zoneLanding ASC, id">