Bug 19036: (QA follow-up) Fix 'out-by-one' error on table

This patch fixes the total row where the column count was out by one.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Martin Renvoize 2020-08-06 11:34:35 +01:00 committed by Jonathan Druart
parent 7f0bdc97c2
commit 480aca366d

View file

@ -107,7 +107,7 @@
[% END %]
<tfoot>
<tr>
<td colspan="10">Total due</td>
<td colspan="11">Total due</td>
[% IF ( totalcredit ) %]
<td class="credit" style="text-align: right;">[% total | $Price %]</td>
[% ELSE %]