Lines 34-41
use C4::Circulation;
Link Here
|
34 |
use C4::Tags qw(get_tags); |
34 |
use C4::Tags qw(get_tags); |
35 |
use C4::XISBN qw(get_xisbns); |
35 |
use C4::XISBN qw(get_xisbns); |
36 |
use C4::External::Amazon; |
36 |
use C4::External::Amazon; |
37 |
use C4::External::BakerTaylor; |
37 |
use C4::External::BakerTaylor qw( image_url link_url ); |
38 |
use C4::External::BakerTaylor qw(&image_url &link_url); |
|
|
39 |
use C4::External::Syndetics qw(get_syndetics_index get_syndetics_summary get_syndetics_toc get_syndetics_excerpt get_syndetics_reviews get_syndetics_anotes ); |
38 |
use C4::External::Syndetics qw(get_syndetics_index get_syndetics_summary get_syndetics_toc get_syndetics_excerpt get_syndetics_reviews get_syndetics_anotes ); |
40 |
use C4::Members; |
39 |
use C4::Members; |
41 |
use C4::XSLT; |
40 |
use C4::XSLT; |