[open-ils-commits] [GIT] Evergreen ILS branch master updated. 3a3d27fe5b0d94d088373d54a766fa652fe298e8
Evergreen Git
git at git.evergreen-ils.org
Tue Aug 9 12:56:18 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, master has been updated
via 3a3d27fe5b0d94d088373d54a766fa652fe298e8 (commit)
from 2ba2c3bf0c3fe3bcccd242fa435d589fe0847bf3 (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 3a3d27fe5b0d94d088373d54a766fa652fe298e8
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>
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