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

(-)a/circ/hold-transfer-slip.pl (-1 / +1 lines)
Lines 65-70 $template->param( Link Here
65
    plain => !$is_html,
65
    plain => !$is_html,
66
    title => "Koha -- Circulation: Transfers",
66
    title => "Koha -- Circulation: Transfers",
67
    stylesheet => C4::Context->preference("SlipCSS"),
67
    stylesheet => C4::Context->preference("SlipCSS"),
68
    IntranetSlipPrinterJS => C4::Context->preference("IntranetSlipPrinterJS"),
68
);
69
);
69
70
70
output_html_with_http_headers $input, $cookie, $template->output;
71
output_html_with_http_headers $input, $cookie, $template->output;
71
- 

Return to bug 10731