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

(-)a/opac/opac-detail.pl (-2 lines)
Lines 543-549 if ( $show_holds_count || $show_priority) { Link Here
543
$template->param( show_priority => $has_hold ) ;
543
$template->param( show_priority => $has_hold ) ;
544
544
545
my $norequests = 1;
545
my $norequests = 1;
546
my $branches = GetBranches();
547
my %itemfields;
546
my %itemfields;
548
my (@itemloop, @otheritemloop);
547
my (@itemloop, @otheritemloop);
549
my $currentbranch = C4::Context->userenv ? C4::Context->userenv->{branch} : undef;
548
my $currentbranch = C4::Context->userenv ? C4::Context->userenv->{branch} : undef;
550
- 

Return to bug 7740