[Koha-bugs] [Bug 29394] Remove flatpickr instantiations from .tt files

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 17 09:47:26 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29394

--- Comment #7 from Jonathan Druart <jonathan.druart+koha at 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.


More information about the Koha-bugs mailing list