Bug 22002: (bug 21621 follow-up) Re-add GROUP BY in letter.pl and fix it
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / letter.tt
index dff6c17..4a45c9c 100644 (file)
@@ -93,7 +93,7 @@
               [% FOREACH lette IN letter %]
                 [% can_edit = lette.branchcode || !independant_branch %]
                 <tr>
-                  <td>[% IF lette.branchname %][% lette.branchname | html %][% ELSE %](All libraries)[% END %]</td>
+                  <td>X[%lette.branchcode%]X[% IF lette.branchname%][% lette.branchname | html %][% ELSE %](All libraries)[% END %]</td>
                   <td>
                       [% SWITCH lette.module %]
                           [% CASE 'acquisition' %]<span>Acquisition</span>