[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Tue Oct 17 16:48:03 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/10/17 14:48:03

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/catalogue: MARCdetail.tmpl 

Log message:
	fix wrong param to MARCdetail.pl

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.3.2.3&r2=1.3.2.4

Patches:
Index: MARCdetail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl,v
retrieving revision 1.3.2.3
retrieving revision 1.3.2.4
diff -u -b -r1.3.2.3 -r1.3.2.4
--- MARCdetail.tmpl	13 Oct 2006 10:25:55 -0000	1.3.2.3
+++ MARCdetail.tmpl	17 Oct 2006 14:48:03 -0000	1.3.2.4
@@ -381,7 +381,7 @@
 		<!-- /TMPL_IF -->
 		<!-- TMPL_IF NAME="norequests" -->
 		<!-- TMPL_ELSE -->
-			<a href="../reserve/request.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">
+			<a href="../reserve/request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->">
 				Request
 			</a><br />
 		<!-- /TMPL_IF -->





More information about the Koha-cvs mailing list