Bug 27268: (QA follow-up) Add Koha::Biblios to basket scripts
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 5 Mar 2021 07:57:42 +0000 (07:57 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 9 Mar 2021 16:20:47 +0000 (17:20 +0100)
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
basket/basket.pl
opac/opac-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;
index d375759..b746abd 100755 (executable)
@@ -28,6 +28,7 @@ use C4::Output;
 use Koha::RecordProcessor;
 use Koha::CsvProfiles;
 use Koha::AuthorisedValues;
+use Koha::Biblios;
 
 my $query = CGI->new;