Bug 30461: 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>
Mon, 25 Apr 2022 20:00:22 +0000 (10:00 -1000)
commit83da2adc7283408bb0e4a9c57b5f52ff3f4cee34
tree7d40f902c4323589f425565093af8afcfedf471a
parentf25031693246ec1a2992a1712be0caf7e17ed515
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>
Koha/BackgroundJob/BatchUpdateAuthority.pm