From 736695abbc0de71bd5f7cc9b03ec451df6eda8bc 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 --- 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 4d968b8a91..279df421dc 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.11.0