From 4b3b87a7c3db584e1a4cad11b9b3a7a656f8a0ae Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 21 Oct 2013 23:20:39 +0000 Subject: [PATCH] Bug 8037: (follow-up) tweak fund subtotal note 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 --- koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 4 ---- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index 029767f782..755a02a146 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -2713,7 +2713,3 @@ span.browse-button { #merge_table tr.active td { background-color: #FFFFCC; } - -.font-weight-normal { - font-weight: normal; -} diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt index 3bd842e68e..7fe64606d0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -330,7 +330,7 @@ [% FOREACH key IN funds.keys.sort %] - (GST exc.) + (Tax exc.) Subtotal for [% key %] [% currency( funds.$key.estimated ) %] [% currency( funds.$key.actual ) %] -- 2.39.5