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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-2 / +1 lines)
Lines 661-667 Link Here
661
                                [% UNLESS remaining_holds_for_record == 1 %]
661
                                [% UNLESS remaining_holds_for_record == 1 %]
662
                                    <li>
662
                                    <li>
663
                                        <label for="holds_to_place_count">Holds to place (count)</label>
663
                                        <label for="holds_to_place_count">Holds to place (count)</label>
664
                                        <input type="text" inputmode="numeric" pattern="[0-9]*" id="holds_to_place_count" name="holds_to_place_count" value="1" />
664
                                        <input type="text" inputmode="numeric" pattern="[0-9]*" id="holds_to_place_count" name="holds_to_place_count" value="1" maxlength="3" />
665
                                    </li>
665
                                    </li>
666
                                [% ELSE %]
666
                                [% ELSE %]
667
                                    <input type="hidden" name="holds_to_place_count" value="1" />
667
                                    <input type="hidden" name="holds_to_place_count" value="1" />
668
- 

Return to bug 39371