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:
parent
90491bb85a
commit
e81fff97c2
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ use C4::Auth;
|
|||
use C4::Output;
|
||||
|
||||
use Koha::AuthorisedValues;
|
||||
use Koha::Biblios;
|
||||
use Koha::CsvProfiles;
|
||||
|
||||
my $query = CGI->new;
|
||||
|
|
|
@ -28,6 +28,7 @@ use C4::Output;
|
|||
use Koha::RecordProcessor;
|
||||
use Koha::CsvProfiles;
|
||||
use Koha::AuthorisedValues;
|
||||
use Koha::Biblios;
|
||||
|
||||
my $query = CGI->new;
|
||||
|
||||
|
|
Loading…
Reference in a new issue