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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-1 / +1 lines)
Lines 81-87 Link Here
81
81
82
            <li><label for="shipmentcost">Shipping cost:</label>
82
            <li><label for="shipmentcost">Shipping cost:</label>
83
                    <input type="text" size="10" id="shipmentcost" name="shipmentcost" value="[% shipmentcost %]" /></li>
83
                    <input type="text" size="10" id="shipmentcost" name="shipmentcost" value="[% shipmentcost %]" /></li>
84
            <li><label for="shipment_budget_id">Fund:</label>
84
            <li><label for="shipment_budget_id">Shipping fund:</label>
85
                    <select id="shipment_budget_id" name="shipment_budget_id">
85
                    <select id="shipment_budget_id" name="shipment_budget_id">
86
                        <option value="">No fund</option>
86
                        <option value="">No fund</option>
87
                      [% FOREACH budget IN budgets_loop %]
87
                      [% FOREACH budget IN budgets_loop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt (-2 / +1 lines)
Lines 180-186 Link Here
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>
183
            <label for="shipmentcost_budgetid">Fund: </label>
183
            <label for="shipmentcost_budgetid">Shipping fund: </label>
184
            <select id="shipmentcost_budgetid" name="shipmentcost_budgetid">
184
            <select id="shipmentcost_budgetid" name="shipmentcost_budgetid">
185
                <option value="">No fund</option>
185
                <option value="">No fund</option>
186
                [% FOREACH budget IN budgets %]
186
                [% FOREACH budget IN budgets %]
187
- 

Return to bug 14853