X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=mainpage.pl;h=415961875115b998fb7ebffbadbfa2b1fec31507;hb=a838acf6a6ed536dbc94938008fee16ecc24c377;hp=9085630e69863a9ecc8183c678cf6ef1525a3693;hpb=5d7b5533f1565a55ff269fd82690a71a697901f1;p=koha_fer diff --git a/mainpage.pl b/mainpage.pl index 9085630e69..4159618751 100755 --- a/mainpage.pl +++ b/mainpage.pl @@ -51,7 +51,7 @@ $template->param( ); my $branch = - C4::Context->preference("IndependantBranches") + C4::Context->preference("IndependentBranches") && !$flags->{'superlibrarian'} ? C4::Context->userenv()->{'branch'} : undef;