Bug 36341: (QA follow-up) Use future inclusive on staff side too

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Nick Clemens 2024-04-01 17:33:52 +00:00 committed by Katrin Fischer
parent c16ec21f4b
commit ace0bec6ba
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -570,7 +570,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 %]