From 340816469a81c9ff9f9c14eef35ee3bac01aaf98 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Fri, 8 Dec 2017 11:55:16 -0500 Subject: [PATCH] Revert "LP#1729922 Display most recent transit." This reverts commit ff27100d21a8e97cf5b18eac3163f03e696e6d1f. --- Open-ILS/web/js/ui/default/staff/cat/item/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0