Skip to content

Commit

Permalink
fix: mise a jour de l'enum de dernier situation pour sifa (#3599)
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 5219a98 commit f6d1977
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,6 @@ Pour les jeunes résidents à l’étranger, il conviendra de mettre « 99 » su
1013,
1015,
1017,
1018,
1019,
1021,
1023,
Expand Down Expand Up @@ -1356,6 +1355,12 @@ Pour les jeunes résidents à l’étranger, il conviendra de mettre « 99 » su
4119,
4021,
4121,
4023,
4123,
4025,
4125,
4027,
4127,
5901,
5903,
5905,
Expand Down
9 changes: 4 additions & 5 deletions shared/constants/dossierApprenant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ export const EFFECTIF_INDICATOR_NAMES = {
};

// Liste des codes de dernière situation tels que définis par SIFA
// https://cfas.apprentissage.beta.gouv.fr/InstructionsSIFA_31122022.pdf
export const EFFECTIF_DERNIER_SITUATION = [
1003, 1005, 1009, 1013, 1015, 1017, 1018, 1019, 1021, 1023, 2001, 2003, 2005, 2007, 3001, 3101, 3003, 3103, 3009,
3109, 3011, 3111, 3031, 3131, 3032, 3132, 3033, 3133, 3117, 3119, 3021, 3121, 3023, 3123, 4001, 4101, 4003, 4103,
4005, 4105, 4007, 4107, 4009, 4011, 4111, 4013, 4113, 4015, 4115, 4017, 4117, 4019, 4119, 4021, 4121, 5901, 5903,
5905, 5907, 5909, 9900, 9999,
1003, 1005, 1009, 1013, 1015, 1017, 1019, 1021, 1023, 2001, 2003, 2005, 2007, 3001, 3101, 3003, 3103, 3009, 3109,
3011, 3111, 3031, 3131, 3032, 3132, 3033, 3133, 3117, 3119, 3021, 3121, 3023, 3123, 4001, 4101, 4003, 4103, 4005,
4105, 4007, 4107, 4009, 4011, 4111, 4013, 4113, 4015, 4115, 4017, 4117, 4019, 4119, 4021, 4121, 4023, 4123, 4025,
4125, 4027, 4127, 5901, 5903, 5905, 5907, 5909, 9900, 9999,
] as const;

0 comments on commit f6d1977

Please sign in to comment.