Lines 32-38
use C4::Biblio qw(
Link Here
|
32 |
); |
32 |
); |
33 |
use C4::Items qw( AddItemFromMarc ModItemFromMarc ); |
33 |
use C4::Items qw( AddItemFromMarc ModItemFromMarc ); |
34 |
use C4::Charset qw( MarcToUTF8Record SetUTF8Flag StripNonXmlChars ); |
34 |
use C4::Charset qw( MarcToUTF8Record SetUTF8Flag StripNonXmlChars ); |
35 |
use C4::AuthoritiesMarc qw( AddAuthority GuessAuthTypeCode ); |
35 |
use C4::AuthoritiesMarc qw( AddAuthority GuessAuthTypeCode GetAuthorityXML ModAuthority DelAuthority ); |
36 |
use C4::MarcModificationTemplates qw( ModifyRecordWithTemplate ); |
36 |
use C4::MarcModificationTemplates qw( ModifyRecordWithTemplate ); |
37 |
use Koha::Items; |
37 |
use Koha::Items; |
38 |
use Koha::Plugins::Handler; |
38 |
use Koha::Plugins::Handler; |
39 |
- |
|
|