mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-03 18:58:24 +00:00 
			
		
		
		
	fixed: warning message "usagers du parcours" does show only for current
members for a course
This commit is contained in:
		@@ -215,7 +215,7 @@ class AccompanyingCourseController extends Controller
 | 
			
		||||
        // get persons without household
 | 
			
		||||
        $withoutHousehold = [];
 | 
			
		||||
 | 
			
		||||
        foreach ($accompanyingCourse->getParticipations() as $p) {
 | 
			
		||||
        foreach ($accompanyingCourse->getCurrentParticipations() as $p) {
 | 
			
		||||
            if (false === $p->getPerson()->isSharingHousehold()) {
 | 
			
		||||
                $withoutHousehold[] = $p->getPerson();
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user