Bug 28745: (bug 28158 follow-up) Restore the items table once the job is done
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 23 Jul 2021 09:46:33 +0000 (11:46 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 30 Jul 2021 12:14:21 +0000 (08:14 -0400)
commitd37d858b1310532a6d54a416c15e70f460bf7590
tree307dc0715babca865d67a3ea0ceffd0ee3fbf05d
parent00a5edc91a560c2a520096a77938c71285a91a10
Bug 28745: (bug 28158 follow-up) Restore the items table once the job is done

Caused by bug 28158, the batch item modifications tool does not longer
display the table with the items that have been modified on the result screen.

There is no more fork and so no more completedJobID var.
We must process the items THEN build the items' info.

Test plan:
Use the batch item modification tools to modify some items.
Confirm that with this patch the table with the modified items is
displayed on the last screen.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
tools/batchMod.pl