X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=basket%2Fbasket.pl;h=30f73b8783eba3fd03910e0a5e0f413739298867;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=44727d2364d51ac0982b28d6aa81ef807f952991;hpb=af7e41d1142573666d302a8475274ea58e5c99f4;p=srvgit diff --git a/basket/basket.pl b/basket/basket.pl index 44727d2364..30f73b8783 100755 --- a/basket/basket.pl +++ b/basket/basket.pl @@ -19,10 +19,17 @@ use Modern::Perl; use CGI qw ( -utf8 ); use C4::Koha; -use C4::Biblio; -use C4::Items; -use C4::Auth; -use C4::Output; +use C4::Biblio qw( + GetBiblioData + GetMarcAuthors + GetMarcBiblio + GetMarcSeries + GetMarcSubjects + GetMarcUrls +); +use C4::Items qw( GetItemsInfo ); +use C4::Auth qw( get_template_and_user ); +use C4::Output qw( output_html_with_http_headers ); use Koha::AuthorisedValues; use Koha::Biblios;