Bug 13321: Fix table display in invoice page
authorJulian Maurice <julian.maurice@biblibre.com>
Thu, 13 Oct 2016 14:05:16 +0000 (16:05 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 28 Oct 2016 13:46:11 +0000 (13:46 +0000)
Signed-off-by: Sonia Bouis <koha@univ-lyon3.fr>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt

index c35e8d8..51f0191 100644 (file)
             <tfoot>
               [% FOR tf IN foot_loop %]
                 <tr>
-                    <th colspan='3'>Total (GST [% tf.tax_rate * 100 | $Price %] %)</th>
+                    <th colspan="2">Total (GST [% tf.tax_rate * 100 | $Price %] %)</th>
                     <th class="tax_excluded"/><th class="tax_included"/>
                     <th>[% tf.quantity %]</th>
                     <th class="tax_excluded">[% tf.total_tax_excluded | $Price %]</th>