[open-ils-commits] r11334 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Nov 25 09:46:09 EST 2008


Author: erickson
Date: 2008-11-25 09:46:07 -0500 (Tue, 25 Nov 2008)
New Revision: 11334

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
Log:
we do, in fact, need to retrieve user info for checkins to calculate penalties

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm	2008-11-25 14:40:21 UTC (rev 11333)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm	2008-11-25 14:46:07 UTC (rev 11334)
@@ -537,8 +537,6 @@
         }
     }
 
-    return undef if $self->is_checkin;
-
     # --------------------------------------------------------------------------
     # Grab the patron
     # --------------------------------------------------------------------------
@@ -1578,7 +1576,6 @@
     my $self = shift;
     $self->log_me("do_checkin()");
 
-
     return $self->bail_on_events(
         OpenILS::Event->new('ASSET_COPY_NOT_FOUND')) 
         unless $self->copy;



More information about the open-ils-commits mailing list