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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 23 Jul 2021 13:02:26 +0000 (15:02 +0200)
commit638b3df2e85edb83946afddb1d1e0267f1e12e3c
tree15f8fc1cc3077951c321a303720a7e4f71f255b4
parent09e0799a8d617ba61e120576a6478465dc975aff
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>
tools/batchMod.pl