oops, variable typo.
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 23 Sep 2009 14:20:30 +0000 (14:20 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 23 Sep 2009 14:20:30 +0000 (14:20 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14114 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index d998e97..50cfb4b 100644 (file)
@@ -2458,7 +2458,7 @@ sub checkin_flesh_events {
             $self->events([grep { $_->{textcode} eq 'ITEM_NOT_CATALOGED' } @{$self->events}]);
     }
 
-    my $record = U->record_to_mvr($self->title) if($self->title and !$self->is_precat);
+    my $record = $U->record_to_mvr($self->title) if($self->title and !$self->is_precat);
 
     my $hold;
     if($self->hold and !$self->hold->cancel_time) {