From: Chris Sharp Date: Fri, 8 Dec 2017 16:55:16 +0000 (-0500) Subject: Revert "LP#1729922 Display most recent transit." X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=340816469a81c9ff9f9c14eef35ee3bac01aaf98;p=evergreen%2Fpines.git Revert "LP#1729922 Display most recent transit." This reverts commit ff27100d21a8e97cf5b18eac3163f03e696e6d1f. --- diff --git a/Open-ILS/web/js/ui/default/staff/cat/item/app.js b/Open-ILS/web/js/ui/default/staff/cat/item/app.js index 549e8a371c..d1e8b5ed7d 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/item/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/item/app.js @@ -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;