From 25737705c6c985036e0bf783352d1c664a70618d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BITARD=20Micha=C3=ABl?= <michael.bitard@beta.gouv.fr> Date: Wed, 29 Jan 2025 09:33:44 +0000 Subject: [PATCH] =?UTF-8?q?feat(instruction):=20Ajoute=20la=20demande=20et?= =?UTF-8?q?=20r=C3=A9ception=20de=20compl=C3=A8ments=20au=20d=C3=A9placeme?= =?UTF-8?q?nt=20de=20p=C3=A9rim=C3=A8tres=20d'AEX=20(pub/pnm-public/camino?= =?UTF-8?q?!1635)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/static/titresTypes_demarchesTypes_etapesTypes/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/common/src/static/titresTypes_demarchesTypes_etapesTypes/index.ts b/packages/common/src/static/titresTypes_demarchesTypes_etapesTypes/index.ts index af1a2452e..c9555a47c 100644 --- a/packages/common/src/static/titresTypes_demarchesTypes_etapesTypes/index.ts +++ b/packages/common/src/static/titresTypes_demarchesTypes_etapesTypes/index.ts @@ -635,6 +635,8 @@ const TDE = { ETAPES_TYPES.abrogationDeLaDecision, ETAPES_TYPES.decisionDuJugeAdministratif, ETAPES_TYPES.classementSansSuite, + ETAPES_TYPES.demandeDeComplements, + ETAPES_TYPES.receptionDeComplements, ], [DEMARCHES_TYPES_IDS.Octroi]: [ ETAPES_TYPES.demande, -- GitLab