Bug 18474: (QA follow-up) Remove useless else in template
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
6ef1e5d4ed
commit
bba218444e
1 changed files with 0 additions and 2 deletions
|
@ -24,8 +24,6 @@
|
|||
[% END %]
|
||||
<tr class="clickable" data-url="[% data_url %]">
|
||||
<td><a href="[% data_url %]">[% borrower.surname %], [% borrower.firstname %]</a></td>
|
||||
[% ELSE %]
|
||||
[%# This does not exist %]
|
||||
[% END %]
|
||||
<td>[% borrower.cardnumber %]</td>
|
||||
<td>[% borrower.dateofbirth | $KohaDates %]</td>
|
||||
|
|
Loading…
Reference in a new issue