From 04533b64af266af3e0814d80dfc15b34a0c500f2 Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Mon, 2 Mar 2020 10:45:26 +0000 Subject: [PATCH] Bug 24608: (follow-up) Switch to bug 24455 dates Bug 24455 does a far more comprehensive job of date parsing than my single use case patch in bug 24650, therefore this bug has now switched to using it --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 1 + koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 51ae68e75a..b0a57f2fb2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -25,6 +25,7 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %] + [% INCLUDE 'js-date-format.inc' %]