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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 4 Jun 2021 10:04:42 +0000 (12:04 +0200)
commit52c82407fda99a896bef9e18f564c018b333196c
tree9156c18706dd4c2be8c0d5115c598fc5baca90be
parent35612f8223d7c758c42c28d45849fc6f42e67135
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>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt
tools/batchMod.pl