Skip to content

Commit

Permalink
Merge branch 'main' into develop PR#2715
Browse files Browse the repository at this point in the history
  • Loading branch information
sfinx13 committed Jun 20, 2024
2 parents d37951c + 278737d commit a2542c3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Command/Cron/NotifyVisitsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$listAffectations = $this->affectationRepository->findAcceptedAffectationsFromVisitesPartner();
foreach ($listAffectations as $affectation) {
if (0 == \count($affectation->getSignalement()->getInterventions())) {
$description = 'Aucune information de visite n\'a été renseignée pour le logement.';
$description .= ' Merci de programmer une visite dès que possible !';
$description = 'La réalisation d\'une visite est nécessaire pour caractériser les désordres signalés.';
$description .= ' Merci de renseigner la date ou les conclusions de la visite afin de poursuivre la prise en charge de ce signalement.';
$suivi = $this->suiviManager->createSuivi(
user: null,
signalement: $affectation->getSignalement(),
Expand Down

0 comments on commit a2542c3

Please sign in to comment.