Lines 86-92
Link Here
|
86 |
<label for="searchfieldstype_filter">Search field:</label> |
86 |
<label for="searchfieldstype_filter">Search field:</label> |
87 |
<select name="searchfieldstype" id="searchfieldstype_filter"> |
87 |
<select name="searchfieldstype" id="searchfieldstype_filter"> |
88 |
[% END %] |
88 |
[% END %] |
89 |
[% SET standard = Koha.Preference('DefaultPatronSearchFields') || 'firstname,middle_name,surname,othernames,cardnumber,userid' %] |
89 |
[% SET standard = Koha.Preference('DefaultPatronSearchFields') || 'firstname|middle_name|surname|othernames|cardnumber|userid' %] |
|
|
90 |
[% standard.replace('|', ',') %] |
90 |
[% SET full_address = 'streetnumber,streettype,address,address2,city,state,zipcode,country' %] |
91 |
[% SET full_address = 'streetnumber,streettype,address,address2,city,state,zipcode,country' %] |
91 |
[% SET all_emails = 'email,emailpro,B_email' %] |
92 |
[% SET all_emails = 'email,emailpro,B_email' %] |
92 |
[% SET all_phones = 'phone,phonepro,B_phone,altcontactphone,mobile' %] |
93 |
[% SET all_phones = 'phone,phonepro,B_phone,altcontactphone,mobile' %] |