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

(-)a/Koha/Exporter/Record.pm (-3 / +2 lines)
Lines 5-12 use MARC::File::XML; Link Here
5
use MARC::File::USMARC;
5
use MARC::File::USMARC;
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::Biblios;
11
use Koha::Biblios;
12
use Koha::CsvProfiles;
12
use Koha::CsvProfiles;
13
- 

Return to bug 20551