From 42f885d5b7c4c7299f80309d2962fd8a7183393f Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 30 May 2020 00:56:04 +0000 Subject: [PATCH] Bug 25545: (follow-up) Fix capitalization Total + Adjustments + Shipment cost ($) changed to: Total + adjustments + shipment cost ($) Signed-off-by: Martin Renvoize Signed-off-by: Jonathan Druart (cherry picked from commit f98f2edf0a1515ce727e670ecaecd4f9295f34cb) Signed-off-by: Lucas Gass (cherry picked from commit 31969accb3dd74ee103c1d7d9fb77141210b1658) Signed-off-by: Aleisha Amohia --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt index ef4f37404d..0d9b29cc70 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt @@ -318,7 +318,7 @@   - Total + Adjustments + Shipment cost ([% currency.symbol | html %]) + Total + adjustments + shipment cost ([% currency.symbol | html %]) -- 2.39.5