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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-2 / +1 lines)
Lines 157-163 Link Here
157
                            [% CASE 'address-library' %]<th>Address</th>
157
                            [% CASE 'address-library' %]<th>Address</th>
158
                            [% CASE 'branch' %]<th data-filter="libraries">Library</th>
158
                            [% CASE 'branch' %]<th data-filter="libraries">Library</th>
159
                            [% CASE 'category' %]<th data-filter="categories">Category</th>
159
                            [% CASE 'category' %]<th data-filter="categories">Category</th>
160
                            [% CASE 'dateexpiry' %]<th>Expires on</td>
160
                            [% CASE 'dateexpiry' %]<th>Expires on</th>
161
                            [% CASE 'borrowernotes' %]<th>Notes</th>
161
                            [% CASE 'borrowernotes' %]<th>Notes</th>
162
                            [% CASE 'phone' %]<th>Phone</th>
162
                            [% CASE 'phone' %]<th>Phone</th>
163
                            [% CASE 'checkouts' %]<th>Checkouts</th>
163
                            [% CASE 'checkouts' %]<th>Checkouts</th>
164
- 

Return to bug 35365