From edf4be0b257af1fc20c03b510877c0b3fa1724e0 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 - shippment cost should be shipping cost Term also occurs on the spent page accessible from the funds table on the acquisition module start page. --- .../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 4dae398..81fe3e4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt @@ -97,7 +97,7 @@ [% FOREACH shipmentcost IN shipmentcosts %] - Shipment cost for invoice [% shipmentcost.invoicenumber %] + Shipping cost for invoice [% shipmentcost.invoicenumber %] [% shipmentcost.shipmentcost %] [% END %] -- 1.7.9.5