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)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 18 Jun 2021 10:48:28 +0000 (06:48 -0400)
commit7de5d06abd8c3d6d1e5fc13e51ee3ce8074efe1d
tree5f627a9637bf91602bba5e33edc3a272fd8b1320
parentcc4ee1b58de0ae5525bed33d4cf9a2867e0f1c18
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>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt
tools/batchMod.pl