Bug 10705: follow-up - change one more instance of "shippment cost"
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sat, 5 Oct 2013 20:27:51 +0000 (22:27 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 9 Oct 2013 05:00:37 +0000 (05:00 +0000)
Term also occurs on the spent page accessible from the funds
table on the acquisition module start page.

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

index 4dae398..81fe3e4 100644 (file)
@@ -97,7 +97,7 @@
             [% FOREACH shipmentcost IN shipmentcosts %]
                 <tr>
                     <td></td>
-                    <td colspan="8">Shipment cost for invoice [% shipmentcost.invoicenumber %]</td>
+                    <td colspan="8">Shipping cost for invoice [% shipmentcost.invoicenumber %]</td>
                     <td class="total">[% shipmentcost.shipmentcost %]</td>
                 </tr>
             [% END %]