@@ -, +, @@ sco/printslip.pl where an absolute path is passed to gettemplate or get_template_and_user. I already tried several regex variations while git grepping template_name, but you may still find one.. --- opac/sco/printslip.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/opac/sco/printslip.pl +++ a/opac/sco/printslip.pl @@ -45,7 +45,7 @@ my $error = $input->param('error'); # patrons still need to be able to print receipts my ( $template, $loggedinuser, $cookie ) = get_template_and_user( { - template_name => "/sco/printslip.tt", + template_name => "sco/printslip.tt", query => $input, type => "opac", } --