[Koha-cvs] koha/acqui newordersuggestion.pl

Antoine Farnault antoine at koha-fr.org
Wed Aug 2 10:22:53 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	06/08/02 08:22:53

Modified files:
	acqui          : newordersuggestion.pl 

Log message:
	fix bad link.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui/newordersuggestion.pl?cvsroot=koha&r1=1.1&r2=1.2

Patches:
Index: newordersuggestion.pl
===================================================================
RCS file: /sources/koha/koha/acqui/newordersuggestion.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- newordersuggestion.pl	2 Aug 2006 08:16:46 -0000	1.1
+++ newordersuggestion.pl	2 Aug 2006 08:22:53 -0000	1.2
@@ -15,7 +15,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: newordersuggestion.pl,v 1.1 2006/08/02 08:16:46 toins Exp $
+# $Id: newordersuggestion.pl,v 1.2 2006/08/02 08:22:53 toins Exp $
 
 =head1 NAME
 newordersuggestion.pl
@@ -107,7 +107,7 @@
 
 my $dbh = C4::Context->dbh;
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "acqui/suggestion-select.tmpl",
+    = get_template_and_user({template_name => "acqui/newordersuggestion.tmpl",
 			     type => "intranet",
 			     query => $input,
 			     authnotrequired => 1,





More information about the Koha-cvs mailing list