From bf57ccae5e0e2fb6993dfc058bed4c678f7b8bc9 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 24 Oct 2021 16:40:38 +0000 Subject: [PATCH] Bug 22605: (QA follow-up) Make Braille search option stick To test: - Add to records, one with 007 fb and another with 007 tc - Search for Format: Braille from the advanced search - Verify both records are found - Return to advanced search - Verify that Braille is still selected - Rerun search - same results show Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/includes/subtype_limits.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/subtype_limits.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/subtype_limits.inc index 2b9e6c2260..b68c5790f9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/subtype_limits.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/subtype_limits.inc @@ -104,7 +104,7 @@ [% IF (limits.$lformat.0 == 'tc or fb' ) %] [% ELSE %] - + [% END %] [% IF (limits.$lformat.0 == 'sd' ) %] -- 2.30.2