From 0853f484f03fe13298d7631f2766ef1b76da87c1 Mon Sep 17 00:00:00 2001 From: Alberto Spelta Date: Wed, 24 Jul 2024 16:17:26 +0200 Subject: [PATCH] Add LastYear: 2023 for DK/Store bededag Store Bededag was a recognized holiday in Denmark until 2023. Starting in 2024, it has been abolished by the Danish government but remains an official holiday in Greenland and the Faroe Islands. See https://github.com/sql-bi/Bravo/issues/793#issuecomment-2241780291 --- src/Assets/ManageDates/Templates/HolidaysDefinition.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Assets/ManageDates/Templates/HolidaysDefinition.json b/src/Assets/ManageDates/Templates/HolidaysDefinition.json index f4b7c3a3..d8a18b31 100644 --- a/src/Assets/ManageDates/Templates/HolidaysDefinition.json +++ b/src/Assets/ManageDates/Templates/HolidaysDefinition.json @@ -1640,7 +1640,8 @@ "OffsetDays": 0, "HolidayName": "Store bededag", "SubstituteHoliday": "NoSubstituteHoliday", - "ConflictPriority": 50 + "ConflictPriority": 50, + "LastYear": 2023 }, { "IsoCountry": "DK",