X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=members%2Fprintslip.pl;h=71fdda249dba265c382d0e59ed2bbba3214d56f5;hb=90e2aafeb538f2d5e52fd1d32fce528f72076df8;hp=3a499cd89ebfd705ada032ba67bd6e2c13ad6bc5;hpb=a9ded4fa008668df8c485fbbc76efa3cc9cc00d7;p=koha.git diff --git a/members/printslip.pl b/members/printslip.pl index 3a499cd89e..71fdda249d 100755 --- a/members/printslip.pl +++ b/members/printslip.pl @@ -89,4 +89,6 @@ $template->param( error => $error, ); +$template->param( IntranetSlipPrinterJS => C4::Context->preference('IntranetSlipPrinterJS' ) ); + output_html_with_http_headers $input, $cookie, $template->output;