X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=serials%2Fclaims.pl;h=1b97a1b23275a7af843ce9a906198f78d65a7561;hb=b86e77afbbe48d07f8b913f8c46d2fb850e46ba0;hp=e51148c7440a5cc8b914259e10e02550e2d1dfd5;hpb=fc2fe083fcc34742a1f80e3fb3df1ab4bd072ca1;p=koha_fer diff --git a/serials/claims.pl b/serials/claims.pl index e51148c744..1b97a1b232 100755 --- a/serials/claims.pl +++ b/serials/claims.pl @@ -100,5 +100,6 @@ $template->param( branchloop => $branchloop, dateformat => C4::Context->preference("dateformat"), DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(), + (uc(C4::Context->preference("marcflavour"))) => 1 ); output_html_with_http_headers $input, $cookie, $template->output;