diff --git a/gestion/lib/Service/ExportThanatoStatisticService.php b/gestion/lib/Service/ExportThanatoStatisticService.php index 7c6ecec..3eaae11 100644 --- a/gestion/lib/Service/ExportThanatoStatisticService.php +++ b/gestion/lib/Service/ExportThanatoStatisticService.php @@ -215,11 +215,11 @@ class ExportThanatoStatisticService { ''.';'. ''.';'. ''.';'. - "$distance".';'. - "$totalDevisHours".';'. - "$totalLeaveHours".';'. - "$totalWorkedHours".';'. - "$totalTravelingHours"."\n"; + "$distance"."KM".';'. + "$totalDevisHours"."H".';'. + "$totalLeaveHours"."H".';'. + "$totalWorkedHours"."H".';'. + "$totalTravelingHours"."H"."\n"; return $fileContent; }