Revert "LP#1729922 Display most recent transit."
authorChris Sharp <csharp@georgialibraries.org>
Fri, 8 Dec 2017 16:55:16 +0000 (11:55 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 8 Dec 2017 16:55:16 +0000 (11:55 -0500)
This reverts commit ff27100d21a8e97cf5b18eac3163f03e696e6d1f.

Open-ILS/web/js/ui/default/staff/cat/item/app.js

index 549e8a3..d1e8b5e 100644 (file)
@@ -836,7 +836,7 @@ function($scope , $q , $location , $routeParams , $timeout , $window , egCore ,
 
         egCore.pcrud.search('atc', 
             {target_copy : copyId},
-            {order_by : {atc : 'source_send_time ASC'}}
+            {order_by : {atc : 'source_send_time DESC'}}
 
         ).then(null, null, function(transit) {
             $scope.transit = transit;