Bug 29859: Fix BatchUpdateAuthority
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 6 Apr 2022 09:35:41 +0000 (11:35 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 8 Apr 2022 13:49:15 +0000 (15:49 +0200)
commita46f8a097412b28df268dc6e043cf39464a5678d
treec8a58c9b789b0b68f83782b384145cde0cc8077c
parent3b2322ea1ffdc4138e865c72f358b6766a509ac3
Bug 29859: Fix BatchUpdateAuthority

Use of inherited AUTOLOAD for non-method Koha::BackgroundJob::BatchUpdateAuthority::ModAuthority() is
no longer allowed

Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/BackgroundJob/BatchUpdateAuthority.pm