Bugzilla – Attachment 148193 Details for
Bug 29393
Ability to send emails from patron details page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29393: Sort notice templates by name
Bug-29393-Sort-notice-templates-by-name.patch (text/plain), 759 bytes, created by
Fridolin Somers
on 2023-03-14 20:43:40 UTC
(
hide
)
Description:
Bug 29393: Sort notice templates by name
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2023-03-14 20:43:40 UTC
Size:
759 bytes
patch
obsolete
>From 5503f0c4a62a50f494bcb5bb22c6741fa8deb512 Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Wed, 8 Dec 2021 13:56:15 +0100 >Subject: [PATCH] Bug 29393: Sort notice templates by name > >--- > Koha/Template/Plugin/NoticeTemplates.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Template/Plugin/NoticeTemplates.pm b/Koha/Template/Plugin/NoticeTemplates.pm >index a1a1eaa7b2..e49ea4c08e 100644 >--- a/Koha/Template/Plugin/NoticeTemplates.pm >+++ b/Koha/Template/Plugin/NoticeTemplates.pm >@@ -29,7 +29,7 @@ sub GetByModule { > > return Koha::Notice::Templates->search( > { module => $module }, >- { group_by => 'code' } >+ { group_by => 'code', order_by => ['name'] } > ); > } > >-- >2.39.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 29393
:
127237
|
127238
|
127452
|
127506
|
127511
|
127847
|
128215
|
128216
|
128217
|
128218
|
128219
|
128363
|
148187
|
148188
|
148189
|
148190
|
148191
|
148192
|
148193
|
148194
|
149812
|
160107
|
160108
|
160109
|
160110
|
160111
|
160112
|
160113
|
160114
|
160633
|
160638
|
160639
|
165498
|
165499
|
165500
|
165501
|
165502
|
165503
|
165504
|
165505
|
165511
|
165512
|
165513
|
165514
|
165515
|
165516
|
165517
|
165518
|
165519
|
165520
|
165521
|
165522
|
165942