Bug 10705: change 'shipment cost' to 'shipping cost'
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>
This commit is contained in:
parent
45b5bef893
commit
8dc4438bf6
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -176,7 +176,7 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in a new issue