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

(-)a/opac/opac-basket.pl (-2 / +1 lines)
Lines 166-172 my $resultsarray = \@results; Link Here
166
# my $itemsarray=\@items;
166
# my $itemsarray=\@items;
167
167
168
$template->param(
168
$template->param(
169
    csv_profiles => [ Koha::CsvProfiles->search({ type => 'marc', used_for => 'export_records', opac_option => 1 }) ],
169
    csv_profiles => [ Koha::CsvProfiles->search({ type => 'marc', used_for => 'export_records' }) ],
170
    bib_list => $bib_list,
170
    bib_list => $bib_list,
171
    BIBLIO_RESULTS => $resultsarray,
171
    BIBLIO_RESULTS => $resultsarray,
172
);
172
);
173
- 

Return to bug 26005