Bug 8037: (follow-up) tweak fund subtotal note
authorGalen Charlton <gmc@esilibrary.com>
Mon, 21 Oct 2013 23:20:39 +0000 (23:20 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 14:53:33 +0000 (14:53 +0000)
Use "Tax exc." rather than "GST exc." to be consistent with other parts
of the table footer.  Also remove the new style introduced in the previous
patch; defining non-semantic CSS classes like font-weight-normal is not
desirable.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt

index 029767f..755a02a 100644 (file)
@@ -2713,7 +2713,3 @@ span.browse-button {
 #merge_table tr.active td {
     background-color: #FFFFCC;
 }
-
-.font-weight-normal {
-    font-weight: normal;
-}
index 3bd842e..7fe6460 100644 (file)
     <tfoot>
         [% FOREACH key IN funds.keys.sort %]
             <tr>
-                <td colspan="6" class="total font-weight-normal"><i>(GST exc.)</i></td>
+                <td colspan="6" class="total">(Tax exc.)</td>
                 <td><i>Subtotal for</i> [% key %]</td>
                 <td>[% currency( funds.$key.estimated ) %]</td>
                 <td>[% currency( funds.$key.actual ) %]</td>