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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt (+3 lines)
Lines 168-173 Link Here
168
                    },{
168
                    },{
169
                        'name': 'branch_sorton',
169
                        'name': 'branch_sorton',
170
                        'value': 'branches.branchname'
170
                        'value': 'branches.branchname'
171
                    },{
172
                        'name': 'borrowernotes_sorton',
173
                        'value': 'borrowers.borrowernotes'
171
                    },{
174
                    },{
172
                        'name': 'template_path',
175
                        'name': 'template_path',
173
                        'value': '[% json_template | html %]',
176
                        'value': '[% json_template | html %]',
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-1 / +3 lines)
Lines 434-439 Link Here
434
                    },{
434
                    },{
435
                        'name': 'branch_sorton',
435
                        'name': 'branch_sorton',
436
                        'value': 'branches.branchname'
436
                        'value': 'branches.branchname'
437
                    },{
438
                        'name': 'borrowernotes_sorton',
439
                        'value': 'borrowers.borrowernotes'
437
                    },{
440
                    },{
438
                        'name': 'template_path',
441
                        'name': 'template_path',
439
                        'value': 'members/tables/members_results.tt',
442
                        'value': 'members/tables/members_results.tt',
440
- 

Return to bug 28350