[Koha-cvs] koha/acqui addorder.pl

Antoine Farnault antoine at koha-fr.org
Tue Aug 1 17:33:52 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	06/08/01 15:33:52

Modified files:
	acqui          : addorder.pl 

Log message:
	fix bad link.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui/addorder.pl?cvsroot=koha&r1=1.31&r2=1.32

Patches:
Index: addorder.pl
===================================================================
RCS file: /sources/koha/koha/acqui/addorder.pl,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- addorder.pl	1 Aug 2006 10:17:33 -0000	1.31
+++ addorder.pl	1 Aug 2006 15:33:52 -0000	1.32
@@ -132,7 +132,7 @@
 # get_template_and_user used only to check auth & get user id
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     {
-        template_name   => "acqui/order.tmpl",
+        template_name   => "acqui/booksellers.tmpl",
         query           => $input,
         type            => "intranet",
         authnotrequired => 0,





More information about the Koha-cvs mailing list