mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	Fix: [Household] allow to set an enddate to member who is repositionned at the same date
addMovement was correct leaveMovement were not, enddate was not written when startdate was same
This commit is contained in:
		| @@ -167,7 +167,7 @@ class MembersEditor | ||||
|  | ||||
|         $criteria->where( | ||||
|             $expr->andX( | ||||
|                 $expr->lt('startDate', $date), | ||||
|                 $expr->lte('startDate', $date), | ||||
|                 $expr->isNull('endDate') | ||||
|             ) | ||||
|         ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user