From bd3c36a03e5dda8a2e0b635bb1df2bdf0b62ec95 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 5 Oct 2013 22:27:51 +0200 Subject: [PATCH] Bug 10705: follow-up - change one more instance of "shippment cost" Term also occurs on the spent page accessible from the funds table on the acquisition module start page. Signed-off-by: Galen Charlton (cherry picked from commit 4f3b3403fbfa5323819d58dd0ece4b778ef69273) Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt index 95634d05d9..d6a6b21b1e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt @@ -99,7 +99,7 @@ [% FOREACH shipmentcost IN shipmentcosts %] - Shipment cost for invoice [% shipmentcost.invoicenumber %] + Shipping cost for invoice [% shipmentcost.invoicenumber %] [% shipmentcost.shipmentcost %] [% END %] -- 2.39.5