projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bac539
)
LP#1695007 Webstafff circ group summary display fix
user/berick/lp1695007-all-circs-slim
author
Bill Erickson
<berickxx@gmail.com>
Thu, 1 Jun 2017 20:11:11 +0000
(16:11 -0400)
committer
Bill 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
patch
|
blob
|
history
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
df07c05
..
8b29e6c
100644
(file)
--- a/
Open-ILS/web/js/ui/default/staff/cat/item/app.js
+++ b/
Open-ILS/web/js/ui/default/staff/cat/item/app.js
@@
-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;