Lines 90-96
Link Here
|
90 |
[% SET full_address = 'streetnumber,streettype,address,address2,city,state,zipcode,country' %] |
90 |
[% SET full_address = 'streetnumber,streettype,address,address2,city,state,zipcode,country' %] |
91 |
[% SET all_emails = 'email,emailpro,B_email' %] |
91 |
[% SET all_emails = 'email,emailpro,B_email' %] |
92 |
[% SET all_phones = 'phone,phonepro,B_phone,altcontactphone,mobile' %] |
92 |
[% SET all_phones = 'phone,phonepro,B_phone,altcontactphone,mobile' %] |
93 |
[% default_fields = [ standard, 'surname', 'cardnumber', all_emails, 'borrowernumber', 'userid', all_phone, full_address, 'dateofbirth', 'sort1', 'sort2' ] %] |
93 |
[% default_fields = [ standard, 'surname', 'cardnumber', all_emails, 'borrowernumber', 'userid', all_phones, full_address, 'dateofbirth', 'sort1', 'sort2' ] %] |
94 |
[% search_options = default_fields.merge(standard.split(',')).unique %] |
94 |
[% search_options = default_fields.merge(standard.split(',')).unique %] |
95 |
[% FOREACH s_o IN search_options %] |
95 |
[% FOREACH s_o IN search_options %] |
96 |
[% display_name = PROCESS patron_fields name=s_o %] |
96 |
[% display_name = PROCESS patron_fields name=s_o %] |
97 |
- |
|
|