From 9f1961d58c5d9785122414fdf014bcf07c06c876 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 7 Jan 2020 18:54:49 +0000 Subject: [PATCH] Bug 24371: Fix "Show all items" avaibility link (use $raw filter) - opac TO TEST: 1. Make an OPAC search with plenty of results. 2. Use the search facets to limit the search in some way, item type, author, etc. 3. Click on 'Limit to currently available items', everything is still fine. 4. Attempt to return to 'Show all items', there will be no search results. 5. Apply patch 6. Ateempt steps 1-4 again. 7. Should work this time. Signed-off-by: Rhonda Kuiper Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize Signed-off-by: Joy Nelson (cherry picked from commit 756a95098d858d63cc0971c950f02278bbe242fe) Signed-off-by: Lucas Gass --- koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc index 847ae0c211..d92bf4a105 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc @@ -9,7 +9,7 @@