we do, in fact, need to retrieve user info for checkins to calculate penalties
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 25 Nov 2008 14:46:07 +0000 (14:46 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 25 Nov 2008 14:46:07 +0000 (14:46 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11334 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm

index 33e1fbc..4768977 100644 (file)
@@ -537,8 +537,6 @@ sub mk_env {
         }
     }
 
-    return undef if $self->is_checkin;
-
     # --------------------------------------------------------------------------
     # Grab the patron
     # --------------------------------------------------------------------------
@@ -1578,7 +1576,6 @@ sub do_checkin {
     my $self = shift;
     $self->log_me("do_checkin()");
 
-
     return $self->bail_on_events(
         OpenILS::Event->new('ASSET_COPY_NOT_FOUND')) 
         unless $self->copy;