[Koha-cvs] koha/cataloguing additem.pl [rel_3_0]

Henri-Damien LAURENT laurenthdl at alinto.com
Mon Sep 25 16:56:31 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Henri-Damien LAURENT <hdl>	06/09/25 14:56:31

Modified files:
	cataloguing    : additem.pl 

Log message:
	BugFixing: using the right template

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/cataloguing/additem.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.7.2.3&r2=1.7.2.4

Patches:
Index: additem.pl
===================================================================
RCS file: /cvsroot/koha/koha/cataloguing/additem.pl,v
retrieving revision 1.7.2.3
retrieving revision 1.7.2.4
diff -u -b -r1.7.2.3 -r1.7.2.4
--- additem.pl	20 Sep 2006 13:44:14 -0000	1.7.2.3
+++ additem.pl	25 Sep 2006 14:56:31 -0000	1.7.2.4
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: additem.pl,v 1.7.2.3 2006/09/20 13:44:14 hdl Exp $
+# $Id: additem.pl,v 1.7.2.4 2006/09/25 14:56:31 hdl Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -160,7 +160,7 @@
 # build screen with existing items. and "new" one
 #------------------------------------------------------------------------------------------------------------------------------
 my ($template, $loggedinuser, $cookie)
-    = get_template_and_user({template_name => "acqui.simple/additem.tmpl",
+    = get_template_and_user({template_name => "cataloguing/additem.tmpl",
 			     query => $input,
 			     type => "intranet",
 			     authnotrequired => 0,





More information about the Koha-cvs mailing list