From: erickson Date: Tue, 25 Nov 2008 14:46:07 +0000 (+0000) Subject: we do, in fact, need to retrieve user info for checkins to calculate penalties X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8de832c43283c5ee5d24bb4086901bce2ba3683a;p=Evergreen.git we do, in fact, need to retrieve user info for checkins to calculate penalties git-svn-id: svn://svn.open-ils.org/ILS/trunk@11334 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm index 33e1fbc590..4768977cf4 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm @@ -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;