Skip to content

Commit

Permalink
feat: open new declaration year (#2050)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonat75 authored Jan 22, 2024
1 parent 0064dbb commit e716082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/common/dict.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e716082

Please sign in to comment.