[open-ils-commits] [GIT] Evergreen ILS branch rel_2_9 updated. 1dbcfbb474cf7f1e3defd3fdfb5bbf1e1f747ba0

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_9 has been updated
       via  1dbcfbb474cf7f1e3defd3fdfb5bbf1e1f747ba0 (commit)
      from  00c0947e565c7406bd4d912bf8595c2f0d7b6365 (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 1dbcfbb474cf7f1e3defd3fdfb5bbf1e1f747ba0
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 c729abc..f03e284 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm
@@ -2393,6 +2393,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