[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. fb2a828fab884680ac904cee89784ab39802c077
Evergreen Git
git at git.evergreen-ils.org
Thu Aug 25 14:11:43 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 fb2a828fab884680ac904cee89784ab39802c077 (commit)
from 88d141146534dd4116ee69afa3b64d55fb50656e (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 fb2a828fab884680ac904cee89784ab39802c077
Author: blake <blake at mobiusconsortium.org>
Date: Thu Jun 30 15:41:35 2016 -0500
LP1496556 Claimed never checked out count not increased when applied to LOST circulation
Bug within the Lost copy status checkin block. Needed to set the stop_fines
Signed-off-by: blake <blake at mobiusconsortium.org>
Signed-off-by: Mike Rylander <mrylander at gmail.com>
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm
index befe1bc..6ce9eb8 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm
@@ -2416,6 +2416,9 @@ sub do_checkin {
);
}
+ # Set stop_fines when claimed never checked out
+ $self->circ->stop_fines( OILS_STOP_FINES_CLAIMS_NEVERCHECKEDOUT ) if( $self->claims_never_checked_out );
+
# handle fines for this circ, including overdue gen if needed
$self->handle_fines;
}
-----------------------------------------------------------------------
Summary of changes:
.../lib/OpenILS/Application/Circ/Circulate.pm | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list