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 183-189 Link Here
183
                            </li>
183
                            </li>
184
                            <li class="quantity">
184
                            <li class="quantity">
185
                                <label for="quantity_record_[% biblio.import_record_id %]" class="required">Quantity: </label>
185
                                <label for="quantity_record_[% biblio.import_record_id %]" class="required">Quantity: </label>
186
                                <input id="quantity_record_[% biblio.import_record_id %]" type="text" value="[% biblio.quantity %]" name="quantity" />
186
                                <input id="quantity_record_[% biblio.import_record_id %]" type="text" value="[% biblio.quantity.length ? biblio.quantity : 1 %]" name="quantity" />
187
                            </li>
187
                            </li>
188
                            <li class="price">
188
                            <li class="price">
189
                                <label for="price_record_[% biblio.import_record_id %]">Price: </label>
189
                                <label for="price_record_[% biblio.import_record_id %]">Price: </label>
190
- 

Return to bug 7180