Fixing a bug where a cgi object wasnt being passed, in the reports dictionary
[koha_fer] / opac / opac-sendbasket.pl
index 87e71b6..f959fbf 100755 (executable)
@@ -22,8 +22,9 @@ use Mail::Sendmail;
 use MIME::QuotedPrint;
 use MIME::Base64;
 use C4::Biblio;
+use C4::Items;
 use C4::Auth;
-use C4::Interface::CGI::Output;
+use C4::Output;
 use C4::Biblio;
 
 my $query = new CGI;