From 0b5838963f7aa63d517e7b0f0e09d4ff054c4804 Mon Sep 17 00:00:00 2001 From: Tiavina Date: Thu, 30 Jan 2025 09:13:00 +0300 Subject: [PATCH] finish stat add H and KM on cumul, wip pacemaker photo --- gestion/lib/Service/ExportThanatoStatisticService.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; }