Bug 10080 - Change system pref IndependantBranches to IndependentBranches - Followup
[koha.git] / reserve / renewscript.pl
index 232db8b..dbdced9 100755 (executable)
@@ -127,7 +127,7 @@ foreach my $barcode (@barcodes) {
 # redirection to the referrer page
 #
 if ( $input->param('destination') eq "circ" ) {
-    $cardnumber = uri_escape_utf8($cardnumber);
+    $cardnumber = uri_escape($cardnumber);
     print $input->redirect( '/cgi-bin/koha/circ/circulation.pl?findborrower='
           . $cardnumber
           . $failedrenews