Bug 8435: (follow-up) make SearchSubscriptions handle lack of userenv
[koha.git] / members / printslip.pl
index 3a499cd..71fdda2 100755 (executable)
@@ -89,4 +89,6 @@ $template->param(
     error           => $error,
 );
 
+$template->param( IntranetSlipPrinterJS => C4::Context->preference('IntranetSlipPrinterJS' ) );
+
 output_html_with_http_headers $input, $cookie, $template->output;