Bug 5910: [SIGNED-OFF] only add "All authority types" for UNIMARC
[koha.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;