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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt (+9 lines)
Lines 154-159 Link Here
154
                        'name': 'name_sorton',
154
                        'name': 'name_sorton',
155
                        'value': 'borrowers.surname borrowers.firstname'
155
                        'value': 'borrowers.surname borrowers.firstname'
156
                    },{
156
                    },{
157
                        'name': 'cardnumber_sorton',
158
                        'value': 'borrowers.cardnumber',
159
                    },{
160
                        'name': 'dateofbirth_sorton',
161
                        'value': 'borrowers.dateofbirth',
162
                    },{
163
                        'name': 'dateexpiry_sorton',
164
                        'value': 'borrowers.dateexpiry',
165
                    },{
157
                        'name': 'category_sorton',
166
                        'name': 'category_sorton',
158
                        'value': 'categories.description',
167
                        'value': 'categories.description',
159
                    },{
168
                    },{
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-2 / +7 lines)
Lines 398-406 Link Here
398
                        'name': 'name_sorton',
398
                        'name': 'name_sorton',
399
                        'value': 'borrowers.surname borrowers.firstname'
399
                        'value': 'borrowers.surname borrowers.firstname'
400
                    },{
400
                    },{
401
                        'name': 'dateofbirth',
401
                        'name': 'cardnumber_sorton',
402
                        'value': 'borrowers.cardnumber',
403
                    },{
404
                        'name': 'dateofbirth_sorton',
402
                        'value': 'borrowers.dateofbirth',
405
                        'value': 'borrowers.dateofbirth',
403
                    },{
406
                    },{
407
                        'name': 'dateexpiry_sorton',
408
                        'value': 'borrowers.dateexpiry',
409
                    },{
404
                        'name': 'category_sorton',
410
                        'name': 'category_sorton',
405
                        'value': 'categories.description',
411
                        'value': 'categories.description',
406
                    },{
412
                    },{
407
- 

Return to bug 27933