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(