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

(-)a/Koha/Exporter/Record.pm (-2 / +1 lines)
Lines 6-12 use MARC::File::USMARC; Link Here
6
6
7
use C4::AuthoritiesMarc;
7
use C4::AuthoritiesMarc;
8
use C4::Biblio qw( GetMarcFromKohaField );
8
use C4::Biblio qw( GetMarcFromKohaField );
9
use C4::Charset;
9
use C4::Charset qw( StripNonXmlChars );
10
use C4::Record;
10
use C4::Record;
11
use Koha::CsvProfiles;
11
use Koha::CsvProfiles;
12
use Koha::Database;
12
use Koha::Database;
13
- 

Return to bug 20551