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

Return to bug 7180