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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc (-4 / +3 lines)
Lines 101-110 Link Here
101
    [% ELSE %]
101
    [% ELSE %]
102
        <option value="bc">Barcode</option>
102
        <option value="bc">Barcode</option>
103
    [% END %]
103
    [% END %]
104
[% IF ms_location %]
104
[% IF ms_locationcommawrdl %]
105
        <option selected="selected" value="location" title="Enter location code value for search">Shelving location (code)</option>
105
        <option selected="selected" value="location,wrdl" title="Enter location code value for search">Shelving location (code)</option>
106
    [% ELSE %]
106
    [% ELSE %]
107
        <option value="location" title="Enter location code value for search">Shelving location (code)</option>
107
        <option value="location,wrdl" title="Enter location code value for search">Shelving location (code)</option>
108
    [% END %]
108
    [% END %]
109
[% IF ( Koha.Preference('IntranetNumbersPreferPhrase') ) %]
109
[% IF ( Koha.Preference('IntranetNumbersPreferPhrase') ) %]
110
[% IF ms_identcommaphr %]
110
[% IF ms_identcommaphr %]
111
- 

Return to bug 31841