From 1ec07d051b48c09dae19ae60b33185af7ddad406 Mon Sep 17 00:00:00 2001 From: Paul G Date: Fri, 15 Mar 2024 17:03:16 +0100 Subject: [PATCH] fix: Ajout d'erp dans la liste (#3601) Co-authored-by: Paul Gaucher --- shared/constants/erps.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/shared/constants/erps.ts b/shared/constants/erps.ts index 106af10e2..2c3c3f109 100644 --- a/shared/constants/erps.ts +++ b/shared/constants/erps.ts @@ -67,6 +67,16 @@ export const ERPS = sortAlphabeticallyBy("name", [ name: "Formasup HDF", apiV3: true, }, + { + id: "ammon", + name: "Ammon", + apiV3: true, + }, + { + id: "formasup-paca", + name: "Formasup PACA", + apiV3: true, + }, ] satisfies ERP[]); export const ERPS_BY_ID = ERPS.reduce(