Bugzilla – Attachment 120937 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.87 KB, created by
Alexis Ripetti
on 2021-05-13 15:12:30 UTC
(
hide
)
Description:
Bug 28350: Fix borrowernotes sorting for patron search
Filename:
MIME Type:
Creator:
Alexis Ripetti
Created:
2021-05-13 15:12:30 UTC
Size:
1.87 KB
patch
obsolete
>From cad4686edb7d1d752a06906bb2623b8eb3d8b4a6 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 > >--- > .../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 >@@ -168,6 +168,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 >@@ -434,6 +434,9 @@ > },{ > 'name': 'branch_sorton', > 'value': 'branches.branchname' >+ },{ >+ 'name': 'borrowernotes_sorton', >+ 'value': 'borrowers.borrowernotes' > },{ > 'name': 'template_path', > 'value': 'members/tables/members_results.tt', >-- >2.25.1
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