Bug 17600: (follow-up) Import GetAuthority in rebuild_zebra
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
903f50b6f0
commit
0275be68bb
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ use Fcntl qw( LOCK_EX LOCK_NB LOCK_UN );
|
|||
use File::Temp qw( tempdir );
|
||||
use File::Path qw( mkpath rmtree );
|
||||
use C4::Biblio qw( GetXmlBiblio );
|
||||
use C4::AuthoritiesMarc;
|
||||
use C4::AuthoritiesMarc qw( GetAuthority );
|
||||
use C4::Items qw( GetItemsInfo Item2Marc );
|
||||
use Koha::RecordProcessor;
|
||||
use Koha::Caches;
|
||||
|
|
Loading…
Reference in a new issue