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

(-)a/C4/Search.pm (-2 / +1 lines)
Lines 1639-1645 sub searchResults { Link Here
1639
    });
1639
    });
1640
1640
1641
    #Build branchnames hash
1641
    #Build branchnames hash
1642
    my %branches = map { $_->branchcode => $_->branchname } Koha::Libraries->search({}, { order_by => 'branchname' })->as_list;
1642
    my %branches = map { $_->branchcode => $_->branchname } Koha::Libraries->search({}, { order_by => 'branchname' });
1643
1643
1644
    my $description = $is_opac ? 'opac_description' : 'lib';
1644
    my $description = $is_opac ? 'opac_description' : 'lib';
1645
    my $shelflocations =
1645
    my $shelflocations =
1646
- 

Return to bug 28702