Bug 27268: (QA follow-up) Add Koha::Biblios to basket scripts
[srvgit] / basket / basket.pl
index dd8bd13..44727d2 100755 (executable)
@@ -25,6 +25,7 @@ use C4::Auth;
 use C4::Output;
 
 use Koha::AuthorisedValues;
+use Koha::Biblios;
 use Koha::CsvProfiles;
 
 my $query = CGI->new;