Skip to content

Commit

Permalink
feat(FicheIntervention) : update CERFA name and add link
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitguigal committed Sep 25, 2024
1 parent 5032348 commit 2189afc
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions front/src/form/bsff/FicheInterventionList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,19 @@ function AddFicheInterventionModal({
<h2 className="td-modal-title">Ajouter une fiche d'intervention</h2>

<div className="notification">
Reportez ici certaines des informations d'une fiche d'intervention
(formulaire 15497*03) dans Trackdéchets. L'ajout d'une fiche
d'intervention permet d'identifier le détenteur d'un équipement afin que
celui-ci ait accès au suivi du bordereau.
Reportez ici certaines des informations d'une fiche d'intervention (
<a
href="https://entreprendre.service-public.fr/vosdroits/R43122"
target="_blank"
rel="noopener noreferrer"
className="fr-link"
style={{ textDecoration: "none" }}
>
formulaire 15497*04
</a>
) dans Trackdéchets. L'ajout d'une fiche d'intervention permet
d'identifier le détenteur d'un équipement afin que celui-ci ait accès au
suivi du bordereau.
</div>

<Formik<Values>
Expand Down

0 comments on commit 2189afc

Please sign in to comment.