[open-ils-commits] r15223 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Dec 22 12:56:19 EST 2009
Author: miker
Date: 2009-12-22 12:56:15 -0500 (Tue, 22 Dec 2009)
New Revision: 15223
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
Log:
correcting code comment
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm 2009-12-22 16:50:58 UTC (rev 15222)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm 2009-12-22 17:56:15 UTC (rev 15223)
@@ -2062,7 +2062,7 @@
# 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;
More information about the open-ils-commits
mailing list