From e442befdbea1dafcdc5f9589ec7467f0da1878fa Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 18 Feb 2023 11:15:35 +0000 Subject: [PATCH] Bug 32960: Add option "not checked out" to item search This enhances the availability search option on item search to have a third option: ignore, checked out and not checked out. I chose 'not checked out' as available could be misleading, the item might still be lost or withdrawn and not on the shelf. To test: * Apply patch * Make sure some items are checked out * Search with 'ignore' - note number of results * Search with 'checked out' - note number of results * Search with 'not checked out' - number of results should match ignore minus checked out Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt index 08249b17569..b5e11dbb0c0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt @@ -213,6 +213,8 @@ + +
-- 2.25.1