View | Details | Raw Unified | Return to bug 28955
Collapse All | Expand All

(-)a/opac/opac-main.pl (-2 / +1 lines)
Lines 47-53 $template->param( Link Here
47
    casAuthentication   => $casAuthentication,
47
    casAuthentication   => $casAuthentication,
48
);
48
);
49
49
50
my $homebranch;
50
my $homebranch = $ENV{OPAC_BRANCH_DEFAULT};
51
if (C4::Context->userenv) {
51
if (C4::Context->userenv) {
52
    $homebranch = C4::Context->userenv->{'branch'};
52
    $homebranch = C4::Context->userenv->{'branch'};
53
}
53
}
54
- 

Return to bug 28955