From e7160820adc6dafd62323c2ca42363b848bd23d8 Mon Sep 17 00:00:00 2001 From: jonat75 Date: Mon, 22 Jan 2024 13:52:20 +0100 Subject: [PATCH] feat: open new declaration year (#2050) --- packages/app/src/common/dict.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/src/common/dict.ts b/packages/app/src/common/dict.ts index 516cac05e..78ecde8ab 100644 --- a/packages/app/src/common/dict.ts +++ b/packages/app/src/common/dict.ts @@ -18,7 +18,7 @@ export const FIRST_YEAR_REPEQ = 2021 as const; export const OPMC_OPEN_DURATION_AFTER_EDIT = 2; /** Need to be set manually because declaration are not opened on Jan 1rst */ -export const CURRENT_YEAR = 2022 as const; +export const CURRENT_YEAR = 2023 as const; /** Need to be set */ export const PUBLIC_CURRENT_YEAR = CURRENT_YEAR; // export const PUBLIC_CURRENT_YEAR = 2022 as const;