From 3cb9cf08a32a3d81c0af975bb5c82e753200797e Mon Sep 17 00:00:00 2001 From: rangi Date: Wed, 15 Feb 2006 02:18:28 +0000 Subject: [PATCH] Changing to get the template from the right directory --- cataloguing/isbnsearch.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cataloguing/isbnsearch.pl b/cataloguing/isbnsearch.pl index 2d040254da..d476670ff9 100755 --- a/cataloguing/isbnsearch.pl +++ b/cataloguing/isbnsearch.pl @@ -40,7 +40,7 @@ my $dbh = C4::Context->dbh; 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 @@ my $dbh = C4::Context->dbh; -type => guesstype( $template->output ), -cookie => $cookie ), - $template->output; \ No newline at end of file + $template->output; -- 2.39.5