Skip to content

Commit

Permalink
fix: les dates pour les contrats 3 et 4 n'étaient pas transformé en d…
Browse files Browse the repository at this point in the history
…ate pour le téléversement (#3274)
  • Loading branch information
rap2hpoutre authored Oct 6, 2023
1 parent 6801072 commit be2b69c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/modules/organismes/Televersement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ const dateFields = [
"contrat_date_debut_2",
"contrat_date_fin_2",
"contrat_date_rupture_2",
"contrat_date_debut_3",
"contrat_date_fin_3",
"contrat_date_rupture_3",
"contrat_date_debut_4",
"contrat_date_fin_4",
"contrat_date_rupture_4",
];

const booleanFields = ["rqth_apprenant", "obtention_diplome_formation", "formation_presentielle"];
Expand Down

0 comments on commit be2b69c

Please sign in to comment.