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 <katrin.fischer.83@web.de>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
Katrin Fischer 2021-10-24 16:40:38 +00:00 committed by Fridolin Somers
parent f6adf4318d
commit 558ec5b873

View file

@ -104,7 +104,7 @@
[% IF (limits.$lformat.0 == 'tc or fb' ) %]
<option value="l-format:tc or fb" selected="selected" >Braille</option>
[% ELSE %]
<option value="l-format:tc or l-format:fb" >Braille</option>
<option value="l-format:tc or fb" >Braille</option>
[% END %]
<option value="" >-----------</option>
[% IF (limits.$lformat.0 == 'sd' ) %]