mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 17:28:23 +00:00 
			
		
		
		
	Export: fix typo in filter "filter accompanying period work on end date
This commit is contained in:
		
							
								
								
									
										5
									
								
								.changes/unreleased/Fixed-20231113-120855.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								.changes/unreleased/Fixed-20231113-120855.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| kind: Fixed | ||||
| body: 'Export: fix typo in filter "filter accompanying period work on end date"' | ||||
| time: 2023-11-13T12:08:55.509927824+01:00 | ||||
| custom: | ||||
|   Issue: "" | ||||
| @@ -54,7 +54,7 @@ final readonly class AccompanyingPeriodWorkEndDateBetweenDateFilter implements F | ||||
|     public function describeAction($data, $format = 'string'): array | ||||
|     { | ||||
|         return [ | ||||
|             'export.filter.work.end_between_dates.Only where end date is between %endDate% and %endDate%', | ||||
|             'export.filter.work.end_between_dates.Only where start date is between %startDate% and %endDate%', | ||||
|             [ | ||||
|                 '%startDate%' => null !== $data['start_date'] ? $this->rollingDateConverter->convert($data['start_date'])->format('d-m-Y') : '', | ||||
|                 '%endDate%' => null !== $data['end_date'] ? $this->rollingDateConverter->convert($data['end_date'])->format('d-m-Y') : '', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user