LP#1695007 Webstafff circ group summary display fix user/berick/lp1695007-all-circs-slim
authorBill Erickson <berickxx@gmail.com>
Thu, 1 Jun 2017 20:11:11 +0000 (16:11 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 1 Jun 2017 20:27:10 +0000 (16:27 -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>
Open-ILS/web/js/ui/default/staff/cat/item/app.js

index df07c05..8b29e6c 100644 (file)
@@ -1167,7 +1167,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;