LP#1695007 Webstafff circ group summary display fix
authorBill Erickson <berickxx@gmail.com>
Thu, 1 Jun 2017 20:11:11 +0000 (16:11 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 9 Aug 2017 19:34:47 +0000 (15:34 -0400)
Repair display of the Total Circs, Last Renewed On, and Renewal
Workstation fields in the web staff item summary Recent Circ History tab
Most Recent Circ Group Display.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>

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

index dabc637..7bd717d 100644 (file)
@@ -1476,7 +1476,7 @@ function($scope , $q , $location , $routeParams , $timeout , $window , egCore ,
                 'open-ils.circ.renewal_chain.retrieve_by_circ.summary',
                 egCore.auth.token(), $scope.circ.id()
             ).then(function(summary) {
-                $scope.circ_summary = summary.summary;
+                $scope.circ_summary = summary;
             });
 
             if (!loadPrev) return;