[Koha-cvs] koha/cataloguing isbnsearch.pl

Chris Cormack chris at katipo.co.nz
Wed Feb 15 03:18:28 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Chris Cormack <rangi at savannah.gnu.org>	06/02/15 02:18:28

Modified files:
	cataloguing    : isbnsearch.pl 

Log message:
	Changing to get the template from the right directory

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/cataloguing/isbnsearch.pl.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: koha/cataloguing/isbnsearch.pl
diff -u koha/cataloguing/isbnsearch.pl:1.1 koha/cataloguing/isbnsearch.pl:1.2
--- koha/cataloguing/isbnsearch.pl:1.1	Tue Jan 17 16:40:54 2006
+++ koha/cataloguing/isbnsearch.pl	Wed Feb 15 02:18:28 2006
@@ -40,7 +40,7 @@
 
     my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
         {
-            template_name   => "acqui.simple/isbnsearch.tmpl",
+            template_name   => "cataloguing/isbnsearch.tmpl",
             query           => $input,
             type            => "intranet",
             authnotrequired => 0,
@@ -205,4 +205,4 @@
         -type   => guesstype( $template->output ),
         -cookie => $cookie
       ),
-      $template->output;
\ No newline at end of file
+      $template->output;





More information about the Koha-cvs mailing list