@@ -, +, @@ 'koha_kohadev.letter.name' isn't in GROUP BY FROM letter LEFT OUTER JOIN branches USING (branchcode) GROUP BY branchcode,module,code ORDER BY module, code, branchcode"] at /home/vagrant/kohaclone/tools/letter.pl line 383. - Copy some default notice templates for specific libraries - List the different notice templates - Confirm that notices appear only one, with "all libraries" you will see all --- tools/letter.pl | 1 - 1 file changed, 1 deletion(-) --- a/tools/letter.pl +++ a/tools/letter.pl @@ -377,7 +377,6 @@ sub retrieve_letters { } $sql .= " WHERE ".join(" AND ", @where) if @where; - $sql .= " GROUP BY branchcode,module,code"; $sql .= " ORDER BY module, code, branchcode"; return $dbh->selectall_arrayref($sql, { Slice => {} }, @args); --