X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=catalogue%2FlabeledMARCdetail.pl;h=a8f33a674f1e20d261c37899dd0410b053e7ba2c;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=643d091dd099e5fe1d2e9e6b2652747629582ef1;hpb=af7e41d1142573666d302a8475274ea58e5c99f4;p=srvgit diff --git a/catalogue/labeledMARCdetail.pl b/catalogue/labeledMARCdetail.pl index 643d091dd0..a8f33a674f 100755 --- a/catalogue/labeledMARCdetail.pl +++ b/catalogue/labeledMARCdetail.pl @@ -20,14 +20,17 @@ use Modern::Perl; use CGI qw ( -utf8 ); use HTML::Entities; -use MARC::Record; -use C4::Auth; +use C4::Auth qw( get_template_and_user ); use C4::Context; -use C4::Output; -use C4::Biblio; -use C4::Items; -use C4::Search; # enabled_staff_search_views -use C4::Serials; +use C4::Output qw( output_html_with_http_headers ); +use C4::Biblio qw( + GetBiblioData + GetFrameworkCode + GetMarcBiblio + GetMarcStructure +); +use C4::Search qw( z3950_search_args enabled_staff_search_views ); +use C4::Serials qw( CountSubscriptionFromBiblionumber ); use Koha::Biblios; use Koha::BiblioFrameworks;