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

Paul POULAIN tipaul at users.sourceforge.net
Thu Sep 18 14:34:15 CEST 2003


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.





More information about the Koha-cvs mailing list