View | Details | Raw Unified | Return to bug 22002
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-2 / +1 lines)
Lines 93-99 Link Here
93
              [% FOREACH lette IN letter %]
93
              [% FOREACH lette IN letter %]
94
                [% can_edit = lette.branchcode || !independant_branch %]
94
                [% can_edit = lette.branchcode || !independant_branch %]
95
                <tr>
95
                <tr>
96
                  <td>X[%lette.branchcode%]X[% IF lette.branchname%][% lette.branchname | html %][% ELSE %](All libraries)[% END %]</td>
96
                  <td>[% IF lette.branchname %][% lette.branchname | html %][% ELSE %](All libraries)[% END %]</td>
97
                  <td>
97
                  <td>
98
                      [% SWITCH lette.module %]
98
                      [% SWITCH lette.module %]
99
                          [% CASE 'acquisition' %]<span>Acquisition</span>
99
                          [% CASE 'acquisition' %]<span>Acquisition</span>
100
- 

Return to bug 22002