Bug 29231: Add missing Flatpickr to inventory page
This patch corrects a stray instance of the "datepicker" class in the inventory template and replaces it with "flatpickr" to trigger a Flatpickr. To test, apply the patch and go to Tools -> Inventory. Check that the "Last inventory date" field is a Flatpickr widget. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
aaf4d7e0e9
commit
a2a8f1f426
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@
|
|||
<li>
|
||||
<br/>
|
||||
<label for="datelastseen">Last inventory date:</label>
|
||||
<input type="text" id="datelastseen" name="datelastseen" value="[% datelastseen | $KohaDates %]" class="datepicker" />
|
||||
<input type="text" id="datelastseen" name="datelastseen" value="[% datelastseen | $KohaDates %]" class="flatpickr" />
|
||||
(Skip records marked as seen on or after this date.)
|
||||
</li>
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue