@@ -, +, @@ working for hold slips [v3.10/v3.12] http://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently --- circ/hold-transfer-slip.pl | 1 + 1 file changed, 1 insertion(+) --- a/circ/hold-transfer-slip.pl +++ a/circ/hold-transfer-slip.pl @@ -65,6 +65,7 @@ $template->param( plain => !$is_html, title => "Koha -- Circulation: Transfers", stylesheet => C4::Context->preference("SlipCSS"), + IntranetSlipPrinterJS => C4::Context->preference("IntranetSlipPrinterJS"), ); output_html_with_http_headers $input, $cookie, $template->output; --