Fixing a bug where a cgi object wasnt being passed, in the reports dictionary
[koha_fer] / opac / opac-sendbasket.pl
index 44305fc..f959fbf 100755 (executable)
@@ -22,6 +22,7 @@ use Mail::Sendmail;
 use MIME::QuotedPrint;
 use MIME::Base64;
 use C4::Biblio;
+use C4::Items;
 use C4::Auth;
 use C4::Output;
 use C4::Biblio;