Bug 30467: Don't send the delete request for each item
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 6 Apr 2022 12:11:03 +0000 (14:11 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 6 May 2022 20:33:08 +0000 (10:33 -1000)
commit1c7fd5a58897f51f2559dfe22fd2a0e8a13186de
tree55c01d26881991ee495a9e601d2766c13805a4b4
parent97e70e726b0868a09e0dd2cda9c6881ef8ec974b
Bug 30467: Don't send the delete request for each item

We are sending the request when all the items have been deleted.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/BackgroundJob/BatchDeleteItem.pm