[open-ils-commits] [GIT] Evergreen ILS branch master updated. fcd65eb134b216531635cfceb8b283f39b3b34c2

Evergreen Git git at git.evergreen-ils.org
Fri Sep 30 01:01:37 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  fcd65eb134b216531635cfceb8b283f39b3b34c2 (commit)
      from  cfb37554f48e5dcf011f1003d7792a41ef890469 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fcd65eb134b216531635cfceb8b283f39b3b34c2
Author: Bill Erickson <berickxx at gmail.com>
Date:   Fri Sep 23 13:56:42 2016 -0400

    LP#1526159 Webstaff Items Out includes overdue, etc.
    
    Items Out tally in patron summary (side-bar) is now consistent with the
    Items Out value displayed along the top of the patron UI.  It now includes
    overdues and optionally lost/claims-returned total.
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>
    Signed-off-by: Jeanette Lundgren <jlundgren at cwmars.org>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2
index 40896dc..205a64a 100644
--- a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2
@@ -65,7 +65,7 @@
     </div>
     <div class="row">
       <div class="col-md-5">[% l('Items Out') %]</div>
-      <div class="col-md-7">{{patron_stats().checkouts.out}}</div>
+      <div class="col-md-7">{{patron_stats().checkouts.total_out}}</div>
     </div>
     <div class="row" 
       ng-class="{'patron-summary-alert' : patron_stats().checkouts.overdue}">

-----------------------------------------------------------------------

Summary of changes:
 .../src/templates/staff/circ/patron/t_summary.tt2  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list