Merge branch 'fix-accompagnyingperiod' into 'master'

Make sure the called method has the proper name.

See merge request Chill-Projet/chill-bundles!48
This commit is contained in:
2021-05-14 07:58:33 +00:00

View File

@@ -433,7 +433,7 @@ class AccompanyingPeriod
return false;
}
$participation = $this->participationsContainsPerson($person);
$participation = $this->getParticipationsContainsPerson($person);
if (!null === $participation)
{
$person = $participation->getPerson();