Bug 11280 - Change Withdrawn toggle to drop down selection of authorized values
[koha_ffzg] / catalogue / search-history.pl
index e60f20b..4a8251f 100755 (executable)
@@ -50,8 +50,7 @@ if ( $action eq 'delete' ) {
         }
     );
     # Redirecting to this same url so the user won't see the search history link in the header
-    my $uri = $cgi->url();
-    print $cgi->redirect($uri);
+    print $cgi->redirect('/cgi-bin/koha/catalogue/search-history.pl');
 
 # Showing search history
 } else {