Bugzilla – Attachment 121860 Details for
Bug 28350
Sort by "circ note" is broken on the patron search result view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28350: Fix borrowernotes sorting for patron search
Bug-28350-Fix-borrowernotes-sorting-for-patron-sea.patch (text/plain), 1.97 KB, created by
Nick Clemens (kidclamp)
on 2021-06-11 15:58:38 UTC
(
hide
)
Description:
Bug 28350: Fix borrowernotes sorting for patron search
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-06-11 15:58:38 UTC
Size:
1.97 KB
patch
obsolete
>From 2054cf14be612f7e14952cc205b2333024c74072 Mon Sep 17 00:00:00 2001 >From: Alexis Ripetti <alexis.ripetti@inLibro.com> >Date: Thu, 13 May 2021 11:09:05 -0400 >Subject: [PATCH] Bug 28350: Fix borrowernotes sorting for patron search > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt | 3 +++ > koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt | 3 +++ > 2 files changed, 6 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt >index a019782501..9009d7a187 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt >@@ -169,6 +169,9 @@ > 'name': 'branch_sorton', > 'value': 'branches.branchname' > },{ >+ 'name': 'borrowernotes_sorton', >+ 'value': 'borrowers.borrowernotes' >+ },{ > 'name': 'template_path', > 'value': '[% json_template | html %]', > },{ >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >index c7ba357582..edcc5e050d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >@@ -435,6 +435,9 @@ > 'name': 'branch_sorton', > 'value': 'branches.branchname' > },{ >+ 'name': 'borrowernotes_sorton', >+ 'value': 'borrowers.borrowernotes' >+ },{ > 'name': 'template_path', > 'value': 'members/tables/members_results.tt', > }); >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28350
:
120937
|
121636
| 121860