[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. 11f4d6a2b4c49124bbf159a3094732623564ae7f

Evergreen Git git at git.evergreen-ils.org
Tue Aug 30 16:37:52 EDT 2011


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_0 has been updated
       via  11f4d6a2b4c49124bbf159a3094732623564ae7f (commit)
      from  fd7c6abed410024d7f521493622e919e3fb6e742 (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 11f4d6a2b4c49124bbf159a3094732623564ae7f
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed May 18 11:13:16 2011 -0400

    avoid error when generating fines on checkin
    
    Prevents "No active transaction to commit" error when checking
    in overdue loans.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
index 297a45f..cedd469 100644
--- a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
+++ b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
@@ -2260,6 +2260,7 @@ sub do_checkin {
     }
 
     if( $self->circ ) {
+        $self->generate_fines_finish;
         $self->checkin_handle_circ;
         return if $self->bail_out;
         $self->checkin_changed(1);

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

Summary of changes:
 .../perlmods/OpenILS/Application/Circ/Circulate.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list