Bug 27268: (QA follow-up) Add Koha::Biblios to basket scripts

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Marcel de Rooy 2021-03-05 07:57:42 +00:00 committed by Jonathan Druart
parent 90491bb85a
commit e81fff97c2
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,7 @@ use C4::Auth;
use C4::Output;
use Koha::AuthorisedValues;
use Koha::Biblios;
use Koha::CsvProfiles;
my $query = CGI->new;

View file

@ -28,6 +28,7 @@ use C4::Output;
use Koha::RecordProcessor;
use Koha::CsvProfiles;
use Koha::AuthorisedValues;
use Koha::Biblios;
my $query = CGI->new;