Bug 36341: (QA follow-up) Use future inclusive on staff side too
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit ace0bec6ba
)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
e3bfca4f02
commit
70219dd7b4
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@
|
|||
[% IF ( Koha.Preference('AllowHoldDateInFuture') ) %]
|
||||
<li>
|
||||
<label for="from">Hold starts on date:</label>
|
||||
<input id="reserve_date" name="reserve_date" id="from" size="10" type="text" data-date_to="expiration_date" class="flatpickr" data-flatpickr-futuredate="true" />
|
||||
<input id="reserve_date" name="reserve_date" id="from" size="10" type="text" data-date_to="expiration_date" class="flatpickr" data-flatpickr-futureinclusive="true" />
|
||||
</li>
|
||||
[% END %]
|
||||
|
||||
|
|
Loading…
Reference in a new issue