Bug 10705: change 'shipment cost' to 'shipping cost'
authorKetan Kulkarni <ketan@carvingit.com>
Mon, 30 Sep 2013 02:12:17 +0000 (07:42 +0530)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 9 Oct 2013 04:59:43 +0000 (04:59 +0000)
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Trivial string change. No koha-qa errors

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
String change - fixing another occurence in a follow up.

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

index 008e241..266aa65 100644 (file)
@@ -48,7 +48,7 @@
             <li><label for="billingdate">Billing date:</label>
                     <input type="text" size="10" id="billingdate" name="billingdate" value="[% billingdate | $KohaDates %]" readonly="readonly" class="datepicker" /></li>
 
-            <li><label for="shipmentcost">Shipment cost:</label>
+            <li><label for="shipmentcost">Shipping cost:</label>
                     <input type="text" size="10" id="shipmentcost" name="shipmentcost" value="[% shipmentcost %]" /></li>
             <li><label for="shipment_budget_id">Fund:</label>
                     <select id="shipment_budget_id" name="shipment_budget_id">
index 59e3cdc..ca55ef0 100644 (file)
             <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
         </li>
         <li>
-            <label for="shipmentcost">Shipment cost: </label>
+            <label for="shipmentcost">Shipping cost: </label>
             <input type="text" id="shipmentcost" name="shipmentcost" size="10" />
         </li>
         <li>