Skip to content

Commit

Permalink
feat: ajout message structure differente réaffectation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzem committed Dec 31, 2024
1 parent 8f3d156 commit 6b6853c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,16 @@ function ReaffectationPage({ estSuperviseurResponsable }: ReaffectationProps) {
className='mr-4 ml-6'
/>
{getNomBeneficiaireComplet(beneficiaire)}
{conseillerDestination?.value &&
beneficiaire.structureMilo?.id &&
beneficiaire.structureMilo.id !==
conseillerDestination.value?.idStructureMilo && (
<span className='text-warning text-xs ml-2'>
Mission Locale différente de{' '}
{conseillerDestination.value.firstName}{' '}
{conseillerDestination.value.lastName}
</span>
)}
</label>
</li>
))}
Expand Down
2 changes: 1 addition & 1 deletion components/ReaffectationVerificationMissionLocaleModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function ReaffectationVerificationMissionLocaleModal({
Pour garantir le suivi du bénéficiaire, demandez au conseiller actuel du
bénéficiaire d’archiver ce dernier dans son portefeuille. Une fois le
bénéficiaire archivé, le nouveau conseiller pourra le recréer depuis son
portail CEJ.
portail.
</p>

<p className='mt-4'>
Expand Down

0 comments on commit 6b6853c

Please sign in to comment.