Bug 30943: Simplify background jobs code using helpers
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 8 Sep 2022 00:35:09 +0000 (17:35 -0700)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 13 Mar 2023 18:52:19 +0000 (15:52 -0300)
commit632a43362f454030a1157c4fb2ed832c8331629c
tree807b5d8ff06e19fd549f38e071cd372bb7280140
parent186e21dc744cbf37c1a0266d8bd0371c6ebb4c29
Bug 30943: Simplify background jobs code using helpers

This patch makes the current background jobs classes use the added
helpers in order to simplify them.

No behavior change is expected.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Rebased-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/BackgroundJob/BatchCancelHold.pm
Koha/BackgroundJob/BatchDeleteAuthority.pm
Koha/BackgroundJob/BatchDeleteBiblio.pm
Koha/BackgroundJob/BatchDeleteItem.pm
Koha/BackgroundJob/BatchUpdateAuthority.pm
Koha/BackgroundJob/BatchUpdateBiblio.pm
Koha/BackgroundJob/BatchUpdateBiblioHoldsQueue.pm
Koha/BackgroundJob/BatchUpdateItem.pm