Bug 8130 - attach PDF files to a patron record
[koha.git] / serials / checkexpiration.pl
index 02a4fbc..bf4b6e9 100755 (executable)
@@ -97,5 +97,6 @@ if ($date) {
 }
 $template->param (
     DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(),
+    (uc(C4::Context->preference("marcflavour"))) => 1
 );
 output_html_with_http_headers $query, $cookie, $template->output;