From 577c68418823ff6f793e4e5519b2eeb0d32f40fe Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 13 Oct 2021 18:39:36 +0000 Subject: [PATCH] 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 Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt index 0bb130d0c3..782907355a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt @@ -168,7 +168,7 @@

  • - + (Skip records marked as seen on or after this date.)
  • -- 2.11.0