[open-ils-commits] [GIT] Evergreen ILS branch rel_2_11 updated. 0336afa49eca65fe66db1468e5d4539b47ac3e49

Evergreen Git git at git.evergreen-ils.org
Fri Sep 30 01:02:52 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_11 has been updated
       via  0336afa49eca65fe66db1468e5d4539b47ac3e49 (commit)
      from  0ae4e47bfe608b1c0901110e464bcb1faf68e0c2 (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 0336afa49eca65fe66db1468e5d4539b47ac3e49
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