View | Details | Raw Unified | Return to bug 10705
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt (-2 / +1 lines)
Lines 97-103 Link Here
97
            [% FOREACH shipmentcost IN shipmentcosts %]
97
            [% FOREACH shipmentcost IN shipmentcosts %]
98
                <tr>
98
                <tr>
99
                    <td></td>
99
                    <td></td>
100
                    <td colspan="8">Shipment cost for invoice [% shipmentcost.invoicenumber %]</td>
100
                    <td colspan="8">Shipping cost for invoice [% shipmentcost.invoicenumber %]</td>
101
                    <td class="total">[% shipmentcost.shipmentcost %]</td>
101
                    <td class="total">[% shipmentcost.shipmentcost %]</td>
102
                </tr>
102
                </tr>
103
            [% END %]
103
            [% END %]
104
- 

Return to bug 10705