Bug 26600: Missing module in Elasticsearch/Indexer.pm
Just formally needed. It is already loaded somewhere. That is: Koha::SearchEngine::Elasticsearch. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
ea5bb26ee1
commit
6deb177576
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ use Data::Dumper;
|
|||
|
||||
use Koha::Exceptions;
|
||||
use Koha::SearchEngine::Zebra::Indexer;
|
||||
use C4::AuthoritiesMarc qw//;
|
||||
use C4::Biblio;
|
||||
use C4::Context;
|
||||
|
||||
|
|
Loading…
Reference in a new issue