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

(-)a/opac/opac-detail.pl (-2 / +1 lines)
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;
(-)a/opac/opac-readingrecord.pl (-2 / +1 lines)
Lines 25-32 use C4::Koha; Link Here
25
use C4::Biblio;
25
use C4::Biblio;
26
use C4::Circulation;
26
use C4::Circulation;
27
use C4::Members;
27
use C4::Members;
28
use C4::External::BakerTaylor;
28
use C4::External::BakerTaylor qw( image_url link_url );
29
use C4::External::BakerTaylor qw(&image_url &link_url);
30
use Koha::DateUtils;
29
use Koha::DateUtils;
31
use MARC::Record;
30
use MARC::Record;
32
31
(-)a/opac/opac-search.pl (-2 / +1 lines)
Lines 51-58 use C4::Koha; Link Here
51
use C4::Tags qw(get_tags);
51
use C4::Tags qw(get_tags);
52
use C4::SocialData;
52
use C4::SocialData;
53
use C4::External::OverDrive;
53
use C4::External::OverDrive;
54
use C4::External::BakerTaylor;
54
use C4::External::BakerTaylor qw( image_url link_url );
55
use C4::External::BakerTaylor qw(&image_url &link_url);
56
55
57
use Koha::CirculationRules;
56
use Koha::CirculationRules;
58
use Koha::Libraries;
57
use Koha::Libraries;
(-)a/opac/opac-shelves.pl (-2 / +1 lines)
Lines 22-29 use Modern::Perl; Link Here
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
23
use C4::Auth;
23
use C4::Auth;
24
use C4::Biblio;
24
use C4::Biblio;
25
use C4::External::BakerTaylor;
25
use C4::External::BakerTaylor qw( image_url link_url );
26
use C4::External::BakerTaylor qw(&image_url &link_url);
27
use C4::Koha;
26
use C4::Koha;
28
use C4::Items;
27
use C4::Items;
29
use C4::Members;
28
use C4::Members;
(-)a/opac/opac-user.pl (-3 / +1 lines)
Lines 24-31 use CGI qw ( -utf8 ); Link Here
24
use C4::Auth;
24
use C4::Auth;
25
use C4::Koha;
25
use C4::Koha;
26
use C4::Circulation;
26
use C4::Circulation;
27
use C4::External::BakerTaylor;
27
use C4::External::BakerTaylor qw( image_url link_url );
28
use C4::External::BakerTaylor qw(&image_url &link_url);
29
use C4::Reserves;
28
use C4::Reserves;
30
use C4::Members;
29
use C4::Members;
31
use C4::Members::AttributeTypes;
30
use C4::Members::AttributeTypes;
32
- 

Return to bug 17896