[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. 441eaa7931642074c107735c9032bd1669fe8b74

Evergreen Git git at git.evergreen-ils.org
Fri Sep 30 01:03:31 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, rel_2_10 has been updated
       via  441eaa7931642074c107735c9032bd1669fe8b74 (commit)
      from  a6f96a3850f4d52f5c1265fc708a36a0cab8b320 (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 441eaa7931642074c107735c9032bd1669fe8b74
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