Bug 19036: (QA follow-up) Fix 'out-by-one' error on table
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 6 Aug 2020 10:34:35 +0000 (11:34 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 20 Aug 2020 10:31:59 +0000 (12:31 +0200)
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>

koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt

index 74243d8..3a7e19d 100644 (file)
   [% 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 %]