https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29394 --- Comment #7 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- <div><label for="hard_due_date" class="hint">Renewal due date [% INCLUDE 'date-format.inc' %]:</label></div> - <input type="text" size="20" id="hard_due_date" name="hard_due_date" value="[% hard_due_date | $KohaDates with_hours => 1 %]" /> + <input type="text" size="20" id="hard_due_date" name="hard_due_date" value="[% hard_due_date | $KohaDates with_hours => 1 %]" class="flatpickr" data-flatpickr-futuredate="true" data-flatpickr-enable-time="true" /> I think this is wrong, before this patchset we didn't have a "future" restriction on the renewal due date. -- You are receiving this mail because: You are watching all bug changes.