koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/opac opac-reserve.pl,1.18,1.19


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/opac opac-reserve.pl,1.18,1.19
Date: Thu, 18 Sep 2003 05:34:15 -0700

Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1:/tmp/cvs-serv9922/opac

Modified Files:
        opac-reserve.pl 
Log Message:
after a reserve, go to search, not to user page

Index: opac-reserve.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-reserve.pl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** opac-reserve.pl     18 Sep 2003 10:19:28 -0000      1.18
--- opac-reserve.pl     18 Sep 2003 12:34:13 -0000      1.19
***************
*** 225,229 ****
                CreateReserve(undef,$branch,$borrowernumber,$biblionumber,'a', 
undef, $rank,'',$title);
        }
!       print $query->redirect("/cgi-bin/koha/opac-user.pl");
  } else {
        # Here we check that the borrower can actually make reserves Stage 1.
--- 225,229 ----
                CreateReserve(undef,$branch,$borrowernumber,$biblionumber,'a', 
undef, $rank,'',$title);
        }
!       print $query->redirect("/cgi-bin/koha/opac-search.pl");
  } else {
        # Here we check that the borrower can actually make reserves Stage 1.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]