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

Evergreen Git git at git.evergreen-ils.org
Wed Jun 21 12:19:57 EDT 2017


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  792d27e04503791aa86d1bde34f21c6a61168598 (commit)
      from  26a73eaa513b559850d08abd29d921b27a6b2520 (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 792d27e04503791aa86d1bde34f21c6a61168598
Author: Cesar Velez <cesar.velez at equinoxinitiative.org>
Date:   Thu Jun 15 15:56:48 2017 -0400

    LP#1665115-WebStaff add longoverdue items count to Items Out
    
    Longover due items should always, be reflected in total tally count
    Which is what displays in the ItemsOut tab and Patron summary area.
    
    Signed-off by: Cesar Velez <cesar.velez at equinoxinitiative.org>
    
    Signed-off-by: Jason Etheridge <jason at equinoxinitiative.org>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/web/js/ui/default/staff/circ/patron/app.js b/Open-ILS/web/js/ui/default/staff/circ/patron/app.js
index 02ab395..fe126d4 100644
--- a/Open-ILS/web/js/ui/default/staff/circ/patron/app.js
+++ b/Open-ILS/web/js/ui/default/staff/circ/patron/app.js
@@ -518,6 +518,8 @@ function($q , $timeout , $location , egCore,  egUser , $locale) {
                 stats.checkouts.out = Number(stats.checkouts.out);
                 stats.checkouts.total_out = 
                     stats.checkouts.out + stats.checkouts.overdue;
+                
+                stats.checkouts.total_out += Number(stats.checkouts.long_overdue);
 
                 if (!egCore.env.aous['circ.do_not_tally_claims_returned'])
                     stats.checkouts.total_out += stats.checkouts.claims_returned;

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

Summary of changes:
 .../web/js/ui/default/staff/circ/patron/app.js     |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list