Skip to content

Commit

Permalink
fix(backend): fix update of options
Browse files Browse the repository at this point in the history
  • Loading branch information
pYassine committed Sep 23, 2024
1 parent 5b3f8d5 commit d84193a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ export class UsagersDecisionController {
etapeDemande: usager.etapeDemande,
decision: usager.decision,
statut: usager.decision.statut,
options: usager.options,
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ <h1 class="title">Paramètres d'envoi de SMS pour votre structure</h1>
Bonjour,
<br />
<br />
Votre domiciliation expire dans 2 mois, veuillez contacter votre
Votre domiciliation expire dans 1 mois, veuillez contacter votre
structure pour votre renouvellement.
<br />
<br />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h3>Historique des envois de SMS</h3>
par votre structure (Mardi et jeudi par défaut)
</li>
<li>
Un SMS de rappel envoyé 2 mois avant la date de fin de la domiciliation.
Un SMS de rappel envoyé 1 mois avant la date de fin de la domiciliation.
Celui-ci indique au domicilié que sa domiciliation arrive à échéance.
</li>
</ul>
Expand Down

0 comments on commit d84193a

Please sign in to comment.