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

(-)a/basket/basket.pl (+1 lines)
Lines 25-30 use C4::Auth; Link Here
25
use C4::Output;
25
use C4::Output;
26
26
27
use Koha::AuthorisedValues;
27
use Koha::AuthorisedValues;
28
use Koha::Biblios;
28
use Koha::CsvProfiles;
29
use Koha::CsvProfiles;
29
30
30
my $query = CGI->new;
31
my $query = CGI->new;
(-)a/opac/opac-basket.pl (-1 / +1 lines)
Lines 28-33 use C4::Output; Link Here
28
use Koha::RecordProcessor;
28
use Koha::RecordProcessor;
29
use Koha::CsvProfiles;
29
use Koha::CsvProfiles;
30
use Koha::AuthorisedValues;
30
use Koha::AuthorisedValues;
31
use Koha::Biblios;
31
32
32
my $query = CGI->new;
33
my $query = CGI->new;
33
34
34
- 

Return to bug 27268