From 1767e13941c84cf174a6d32635d3306b8ee55ea3 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 8 Jan 2026 15:52:27 +0100 Subject: [PATCH] Bug 41580: Tidy kohaTable - tools/holidays.tt --- .../intranet-tmpl/prog/en/modules/tools/holidays.tt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt index 855131c8f82..f56bf11fac9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt @@ -449,6 +449,11 @@ day_month_holidays["[% DAY_MONTH_HOLIDAYS_LOO.KEY | html %]"] = {title:"[% DAY_MONTH_HOLIDAYS_LOO.TITLE | replace('"','\"') | html %]", description:"[% DAY_MONTH_HOLIDAYS_LOO.DESCRIPTION | replace('"','\"') | html %]"}; [% END %] + const calendardate = "[% calendardate | html %]"; + const keydate = "[% keydate | html %]"; + + +