after a reserve, go to search, not to user page
authortipaul <tipaul>
Thu, 18 Sep 2003 12:34:13 +0000 (12:34 +0000)
committertipaul <tipaul>
Thu, 18 Sep 2003 12:34:13 +0000 (12:34 +0000)
opac/opac-reserve.pl

index 749f3fb..e993e58 100755 (executable)
@@ -224,7 +224,7 @@ if ($query->param('item_types_selected')) {
        if ($query->param('all')) {
                CreateReserve(undef,$branch,$borrowernumber,$biblionumber,'a', undef, $rank,'',$title);
        }
-       print $query->redirect("/cgi-bin/koha/opac-user.pl");
+       print $query->redirect("/cgi-bin/koha/opac-search.pl");
 } else {
        # Here we check that the borrower can actually make reserves Stage 1.
        my $noreserves = 0;