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 <gmc@esilibrary.com>
This commit is contained in:
Katrin Fischer 2013-10-05 22:27:51 +02:00 committed by Galen Charlton
parent 8dc4438bf6
commit 4f3b3403fb

View 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 %]