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 |
- |
|
|