View | Details | Raw Unified | Return to bug 17989
Collapse All | Expand All

(-)a/opac/sco/printslip.pl (-2 / +1 lines)
Lines 45-51 my $error = $input->param('error'); Link Here
45
# patrons still need to be able to print receipts
45
# patrons still need to be able to print receipts
46
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
46
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
47
    {
47
    {
48
        template_name   => "/sco/printslip.tt",
48
        template_name   => "sco/printslip.tt",
49
        query           => $input,
49
        query           => $input,
50
        type            => "opac",
50
        type            => "opac",
51
    }
51
    }
52
- 

Return to bug 17989