Lines 47-53
Link Here
|
47 |
<input type="text" size="10" id="billingdate" name="billingdate" value="[% billingdate | $KohaDates %]" class="datepicker" /></li> |
47 |
<input type="text" size="10" id="billingdate" name="billingdate" value="[% billingdate | $KohaDates %]" class="datepicker" /></li> |
48 |
|
48 |
|
49 |
<li><label for="shipmentcost">Shipping cost:</label> |
49 |
<li><label for="shipmentcost">Shipping cost:</label> |
50 |
<input type="text" size="10" id="shipmentcost" name="shipmentcost" value="[% shipmentcost | html %]" /></li> |
50 |
<input type="text" size="10" id="shipmentcost" name="shipmentcost" value="[% shipmentcost | $Price on_editing => 1 %]" /></li> |
51 |
<li><label for="shipment_budget_id">Shipping fund:</label> |
51 |
<li><label for="shipment_budget_id">Shipping fund:</label> |
52 |
<select id="shipment_budget_id" name="shipment_budget_id"> |
52 |
<select id="shipment_budget_id" name="shipment_budget_id"> |
53 |
<option value="">No fund</option> |
53 |
<option value="">No fund</option> |
54 |
- |
|
|