diff --git a/opac/sco/printslip.pl b/opac/sco/printslip.pl index b85b8f5c05..e94077dc2a 100755 --- a/opac/sco/printslip.pl +++ b/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", }