Lines 1-4
Link Here
|
1 |
package C4::XISBN; |
1 |
package C4::XISBN; |
|
|
2 |
|
2 |
# Copyright (C) 2007 LibLime |
3 |
# Copyright (C) 2007 LibLime |
3 |
# Joshua Ferraro <jmf@liblime.com> |
4 |
# Joshua Ferraro <jmf@liblime.com> |
4 |
# |
5 |
# |
Lines 19-26
package C4::XISBN;
Link Here
|
19 |
|
20 |
|
20 |
use Modern::Perl; |
21 |
use Modern::Perl; |
21 |
use XML::Simple; |
22 |
use XML::Simple; |
22 |
#use LWP::Simple; |
23 |
|
23 |
use C4::Biblio; |
24 |
use C4::Biblio qw(TransformMarcToKoha); |
24 |
use C4::Koha qw( GetNormalizedISBN ); |
25 |
use C4::Koha qw( GetNormalizedISBN ); |
25 |
use C4::Search qw( new_record_from_zebra ); |
26 |
use C4::Search qw( new_record_from_zebra ); |
26 |
use C4::External::Syndetics qw( get_syndetics_editions ); |
27 |
use C4::External::Syndetics qw( get_syndetics_editions ); |