Merge remote-tracking branch 'jcamins/bug_8281_qa'
[koha-ffzg.git] / authorities / detail.pl
index a7d7d8f..458746c 100755 (executable)
@@ -241,5 +241,7 @@ $template->param(authid => $authid,
                authtypetext => $authtypes->{$authtypecode}{'authtypetext'},
                authtypesloop => \@authtypesloop,
                );
+
+$template->{VARS}->{marcflavour} = C4::Context->preference("marcflavour");
 output_html_with_http_headers $query, $cookie, $template->output;