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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-2 / +1 lines)
Lines 364-370 Link Here
364
                                                                                </li>
364
                                                                                </li>
365
                                                                                <li>
365
                                                                                <li>
366
                                                                                    <label for="price_item_[% item.item_id | html %]">price</label>
366
                                                                                    <label for="price_item_[% item.item_id | html %]">price</label>
367
                                                                                    <input type="text" id="price_item_[% item.item_id | html %]" class="decimal" name="itemprice_[% biblio.import_record_id | html %]" value="[% item.itemprice | $Price on_editing => 1 %]">
367
                                                                                    <input type="text" id="price_item_[% item.item_id | html %]" class="decimal" name="itemprice_[% biblio.import_record_id | html %]" value="[% item.price | $Price on_editing => 1 %]">
368
                                                                                </li>
368
                                                                                </li>
369
                                                                                <li>
369
                                                                                <li>
370
                                                                                    <label for="replacementprice_item_[% item.item_id | html %]">replacement price</label>
370
                                                                                    <label for="replacementprice_item_[% item.item_id | html %]">replacement price</label>
371
- 

Return to bug 35912