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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-2 / +1 lines)
Lines 187-193 Link Here
187
                            </li>
187
                            </li>
188
                            <li class="quantity">
188
                            <li class="quantity">
189
                                <label for="quantity_record_[% biblio.import_record_id %]" class="required">Quantity: </label>
189
                                <label for="quantity_record_[% biblio.import_record_id %]" class="required">Quantity: </label>
190
                                <input id="quantity_record_[% biblio.import_record_id %]" type="text" value="[% biblio.quantity %]" name="quantity" />
190
                                <input id="quantity_record_[% biblio.import_record_id %]" type="text" value="[% biblio.quantity.length ? biblio.quantity : 1 %]" name="quantity" />
191
                            </li>
191
                            </li>
192
                            <li class="price">
192
                            <li class="price">
193
                                <label for="price_record_[% biblio.import_record_id %]">Price: </label>
193
                                <label for="price_record_[% biblio.import_record_id %]">Price: </label>
194
- 

Return to bug 7180