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:
parent
7f0bdc97c2
commit
480aca366d
1 changed files with 1 additions and 1 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue