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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-2 / +1 lines)
Lines 570-576 Link Here
570
                            [% IF ( Koha.Preference('AllowHoldDateInFuture') ) %]
570
                            [% IF ( Koha.Preference('AllowHoldDateInFuture') ) %]
571
                                <li>
571
                                <li>
572
                                    <label for="from">Hold starts on date:</label>
572
                                    <label for="from">Hold starts on date:</label>
573
                                    <input id="reserve_date" name="reserve_date" id="from" size="10" type="text" data-date_to="expiration_date" class="flatpickr" data-flatpickr-futuredate="true" />
573
                                    <input id="reserve_date" name="reserve_date" id="from" size="10" type="text" data-date_to="expiration_date" class="flatpickr" data-flatpickr-futureinclusive="true" />
574
                                </li>
574
                                </li>
575
                            [% END %]
575
                            [% END %]
576
576
577
- 

Return to bug 36341