correcting code comment
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 22 Dec 2009 17:56:15 +0000 (17:56 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 22 Dec 2009 17:56:15 +0000 (17:56 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15223 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 6720a39..4fbdc74 100644 (file)
@@ -2062,7 +2062,7 @@ sub do_checkin {
    # this copy can fulfill a hold or needs to be routed to a different location
    # ------------------------------------------------------------------------------
 
-    if(!$self->noop) { # /not/ a no-op checkin, not capture for hold or put item into transit
+    if(!$self->noop) { # /not/ a no-op checkin, capture for hold or put item into transit
 
         my $needed_for_hold = (!$self->remote_hold and $self->attempt_checkin_hold_capture());
         return if $self->bail_out;