Bug 22002: (QA follow-up) Remove some debugging code from template
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
99a75aca90
commit
1bdf69f49b
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,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>
|
||||
|
|
Loading…
Reference in a new issue