Bug 30461: Fix BatchUpdateAuthority
Use of inherited AUTOLOAD for non-method Koha::BackgroundJob::BatchUpdateAuthority::ModAuthority() is no longer allowed Test plan: Use the batch authority tools to edit authority record and confirm that the task processes correctly Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
f250316932
commit
83da2adc72
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ use Modern::Perl;
|
|||
use JSON qw( decode_json encode_json );
|
||||
|
||||
use C4::MarcModificationTemplates qw( ModifyRecordWithTemplate );
|
||||
use C4::AuthoritiesMarc;
|
||||
use C4::AuthoritiesMarc qw( ModAuthority );
|
||||
use Koha::BackgroundJobs;
|
||||
use Koha::DateUtils qw( dt_from_string );
|
||||
use Koha::MetadataRecord::Authority;
|
||||
|
|
Loading…
Reference in a new issue