@@ -, +, @@ http://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently --- circ/hold-transfer-slip.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- 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; --