[Koha-cvs] koha/admin letter.pl [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Tue Sep 26 10:30:48 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/09/26 08:30:48

Modified files:
	admin          : letter.pl 

Log message:
	fix wrong link

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/admin/letter.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.4&r2=1.4.2.1

Patches:
Index: letter.pl
===================================================================
RCS file: /sources/koha/koha/admin/letter.pl,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -b -r1.4 -r1.4.2.1
--- letter.pl	5 Aug 2005 15:51:43 -0000	1.4
+++ letter.pl	26 Sep 2006 08:30:48 -0000	1.4.2.1
@@ -78,7 +78,7 @@
 my $dbh = C4::Context->dbh;
 
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "parameters/letter.tmpl",
+    = get_template_and_user({template_name => "tools/letter.tmpl",
 			     query => $input,
 			     type => "intranet",
 			     authnotrequired => 0,





More information about the Koha-cvs mailing list