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

(-)a/circ/article-request-slip.pl (-2 / +2 lines)
Lines 74-82 while ( my $ar = $ars->next ) { Link Here
74
}
74
}
75
75
76
$template->param(
76
$template->param(
77
    slip => $slipContent,
77
    slip   => $slipContent,
78
    caller => 'article-request',
78
    caller => 'article-request',
79
    plain  => 0,
79
    plain  => 0,
80
    style  => $slip->{style},
80
);
81
);
81
82
82
output_html_with_http_headers $cgi, $cookie, $template->output;
83
output_html_with_http_headers $cgi, $cookie, $template->output;
83
- 

Return to bug 33478