[open-ils-commits] [GIT] Evergreen ILS branch rel_2_7 updated. 79898fa7d583ba12b271545f332f3312147ac275
Evergreen Git
git at git.evergreen-ils.org
Wed Jun 10 21:44:31 EDT 2015
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_7 has been updated
via 79898fa7d583ba12b271545f332f3312147ac275 (commit)
from 96149ee662f32b8a3fa2aa04fef44182d4029f10 (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 79898fa7d583ba12b271545f332f3312147ac275
Author: Blake Henderson <blake at mobiusconsortium.org>
Date: Fri Apr 10 15:43:54 2015 -0500
LP1440148 Long overdue Items out TPAC OPAC display My Account
Removed Long overdue circs from the total_out count
Signed-off-by: Blake Henderson <blake at mobiusconsortium.org>
Signed-off-by: Michele Morgan <mmorgan at noblenet.org>
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm
index 742ecce..ceaeaac 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm
@@ -1748,7 +1748,7 @@ sub user_opac_vitals {
->run($auth => $user_id);
return $out if (defined($U->event_code($out)));
- $out->{"total_out"} = reduce { $a + $out->{$b} } 0, qw/out overdue long_overdue/;
+ $out->{"total_out"} = reduce { $a + $out->{$b} } 0, qw/out overdue/;
return {
user => {
-----------------------------------------------------------------------
Summary of changes:
.../src/perlmods/lib/OpenILS/Application/Actor.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list