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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-2 / +1 lines)
Lines 237-243 Link Here
237
        <li><label for="ecost">Budgeted cost: </label>[% ecost | $Price %]</li>
237
        <li><label for="ecost">Budgeted cost: </label>[% ecost | $Price %]</li>
238
        <li>
238
        <li>
239
            <label for="unitprice">Actual cost:</label>
239
            <label for="unitprice">Actual cost:</label>
240
            <input type="text" size="20" name="unitprice" id="unitprice" value="[% unitprice | $Price %]" />
240
            <input type="text" size="20" name="unitprice" id="unitprice" value="[% unitprice | $Price on_editing => 1 %]" />
241
        </li>
241
        </li>
242
        <li><label for="order_internalnote">Internal note: </label><textarea name="order_internalnote" width="40" rows="8" >[% order_internalnote %]</textarea></li>
242
        <li><label for="order_internalnote">Internal note: </label><textarea name="order_internalnote" width="40" rows="8" >[% order_internalnote %]</textarea></li>
243
        [% IF order_vendornote %]
243
        [% IF order_vendornote %]
244
- 

Return to bug 20881