Skip to content

Commit

Permalink
fix: ajout de l'erp cactus (#3827)
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 Sep 23, 2024
1 parent d494d8c commit 2a31f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/constants/erps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ export const ERPS = sortAlphabeticallyBy("name", [
},
{
id: "formasup-paca",
name: "Formasup PACA",
name: "Cactus",
apiV3: true,
disabled: true,
disabled: false,
},
] satisfies ERP[]);

Expand Down

0 comments on commit 2a31f5f

Please sign in to comment.