View | Details | Raw Unified | Return to bug 17374
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-2 / +1 lines)
Lines 28-34 Link Here
28
              [% search_options = default_fields.merge(pref_fields).unique %]
28
              [% search_options = default_fields.merge(pref_fields).unique %]
29
              [% FOREACH s_o IN search_options %]
29
              [% FOREACH s_o IN search_options %]
30
                  [% display_name = PROCESS patron_fields name=s_o %]
30
                  [% display_name = PROCESS patron_fields name=s_o %]
31
                  [% NEXT IF display_name.length == 5 %]
31
                  [% NEXT IF !display_name.length %]
32
                  [% IF searchfieldstype == s_o %]
32
                  [% IF searchfieldstype == s_o %]
33
                      <option selected="selected" value=[% s_o | html %]>[% display_name | $raw %]</option>
33
                      <option selected="selected" value=[% s_o | html %]>[% display_name | $raw %]</option>
34
                  [% ELSE %]
34
                  [% ELSE %]
35
- 

Return to bug 17374