Bug 28353: Display a list of items that cannot be deleted
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 18 May 2021 07:41:40 +0000 (09:41 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 21 Jun 2021 12:26:18 +0000 (14:26 +0200)
commitf562be51a8c4a15c34e8248968096bbc5a2994e6
tree297a3779ecbc61afcc28c456629e7c58ed433669
parent1739543148e910a8c8d9a488a1d2b8ed304d67f0
Bug 28353: Display a list of items that cannot be deleted

We used to display a list of items that cannot be deleted (checked out
or on hold) on the Batch item deletion tool.
With bug 8132 we improve the error handling, but the info is spread in
the table.

This patch adds, at the top of the page, the list of items (barcode)
that cannot be removed.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 7de5d06abd8c3d6d1e5fc13e51ee3ce8074efe1d)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt
tools/batchMod.pl