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

Return to bug 28350