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

Return to bug 7180