Changing to get the template from the right directory
This commit is contained in:
parent
1d5d73557a
commit
3cb9cf08a3
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
$template->output;
|
||||
|
|
Loading…
Reference in a new issue