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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-1 / +1 lines)
Lines 48-54 Link Here
48
            <li><label for="billingdate">Billing date:</label>
48
            <li><label for="billingdate">Billing date:</label>
49
                    <input type="text" size="10" id="billingdate" name="billingdate" value="[% billingdate | $KohaDates %]" readonly="readonly" class="datepicker" /></li>
49
                    <input type="text" size="10" id="billingdate" name="billingdate" value="[% billingdate | $KohaDates %]" readonly="readonly" class="datepicker" /></li>
50
50
51
            <li><label for="shipmentcost">Shipment cost:</label>
51
            <li><label for="shipmentcost">Shipping cost:</label>
52
                    <input type="text" size="10" id="shipmentcost" name="shipmentcost" value="[% shipmentcost %]" /></li>
52
                    <input type="text" size="10" id="shipmentcost" name="shipmentcost" value="[% shipmentcost %]" /></li>
53
            <li><label for="shipment_budget_id">Fund:</label>
53
            <li><label for="shipment_budget_id">Fund:</label>
54
                    <select id="shipment_budget_id" name="shipment_budget_id">
54
                    <select id="shipment_budget_id" name="shipment_budget_id">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt (-1 / +1 lines)
Lines 176-182 Link Here
176
            <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
176
            <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
177
        </li>
177
        </li>
178
        <li>
178
        <li>
179
            <label for="shipmentcost">Shipment cost: </label>
179
            <label for="shipmentcost">Shipping cost: </label>
180
            <input type="text" id="shipmentcost" name="shipmentcost" size="10" />
180
            <input type="text" id="shipmentcost" name="shipmentcost" size="10" />
181
        </li>
181
        </li>
182
        <li>
182
        <li>
(-)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