@@ -, +, @@ --- Koha/Template/Plugin/NoticeTemplates.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/Template/Plugin/NoticeTemplates.pm +++ a/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'] } ); } --