Bug 21777: (QA follow-up) Fix colspan in the footer

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
Tomás Cohen Arazi 2018-11-13 15:17:09 -03:00 committed by Nick Clemens
parent 8d4136c766
commit ea800323b7

View file

@ -1,6 +1,6 @@
<tfoot> <tfoot>
<tr> <tr>
<td colspan="12" style="text-align: right; font-weight:bold;">Totals:</td> <td colspan="13" style="text-align: right; font-weight:bold;">Totals:</td>
<td id="totaldue" style="text-align: right;">[% totaldue | html %]</td> <td id="totaldue" style="text-align: right;">[% totaldue | html %]</td>
<td id="totalfine" style="text-align: right;">[% finetotal | html %]</td> <td id="totalfine" style="text-align: right;">[% finetotal | html %]</td>
<td id="totalprice" style="text-align: right;">[% totalprice | html %]</td> <td id="totalprice" style="text-align: right;">[% totalprice | html %]</td>