Skip to content

Commit

Permalink
Merge pull request #1614 from afup/lien_rapide_vote
Browse files Browse the repository at this point in the history
quick fix affichage lien rapide de vote dans l'espace membres
  • Loading branch information
agallou authored Feb 8, 2025
2 parents 4f17435 + acedd3a commit 59c8846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/AppBundle/Controller/Website/MemberController.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function indexAction()

if ($hasGeneralMeetingPlanned
&& null !== $latestDate
&& ($latestDate->format('Y-m-d') == (new \DateTime())->format('Y-m-d'))
&& ($latestDate->format('Y-m-d') == (new \DateTime('-1 day'))->format('Y-m-d'))
&& count($generalMeetingQuestionRepository->loadByDate($latestDate)) > 0
) {
$displayLinkToGeneralMeetingVote = true;
Expand Down

0 comments on commit 59c8846

Please sign in to comment.