Bug 22002: (QA follow-up) Remove some debugging code from template
authorKatrin Fischer <katrin.fischer.83@web.de>
Sun, 13 Jan 2019 21:26:12 +0000 (21:26 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 19 Mar 2019 22:42:31 +0000 (22:42 +0000)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt

index 17fe7e6..5acbfa7 100644 (file)
@@ -91,7 +91,7 @@
               [% FOREACH lette IN letter %]
                 [% can_edit = lette.branchcode || !independant_branch %]
                 <tr>
-                  <td>X[%lette.branchcode%]X[% IF lette.branchname%][% lette.branchname | html %][% ELSE %](All libraries)[% END %]</td>
+                  <td>[% IF lette.branchname %][% lette.branchname | html %][% ELSE %](All libraries)[% END %]</td>
                   <td>
                       [% SWITCH lette.module %]
                           [% CASE 'acquisition' %]<span>Acquisition</span>