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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-2 / +1 lines)
Lines 80-86 Link Here
80
                    <input type="text" size="10" id="billingdate" name="billingdate" value="[% billingdate | $KohaDates %]" readonly="readonly" class="datepicker" /></li>
80
                    <input type="text" size="10" id="billingdate" name="billingdate" value="[% billingdate | $KohaDates %]" readonly="readonly" class="datepicker" /></li>
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 | $Price %]" /></li>
83
                    <input type="text" size="10" id="shipmentcost" name="shipmentcost" value="[% shipmentcost | $Price on_editing => 1 %]" /></li>
84
            <li><label for="shipment_budget_id">Fund:</label>
84
            <li><label for="shipment_budget_id">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
- 

Return to bug 15376