Skip to content

Commit

Permalink
fix: Ajout d'erp dans la liste (#3601)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Gaucher <[email protected]>
  • Loading branch information
Pomarom and Pomarom authored Mar 15, 2024
1 parent 7b55215 commit 1ec07d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions shared/constants/erps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1ec07d0

Please sign in to comment.