Bug 9044: (follow-up) set the number of filters according to number of columns
[koha.git] / reserve / renewscript.pl
index dbdced9..9293cb5 100755 (executable)
@@ -96,7 +96,7 @@ foreach my $itemno (@data) {
 my $failedreturn = q{};
 foreach my $barcode (@barcodes) {
 
-    # check status before renewing issue
+    # check status before returning issue
 
     #System Preference Handling During Check-in In Patron Module
     my $itemnumber;