finish stat add H and KM on cumul, wip pacemaker photo

This commit is contained in:
Tiavina 2025-01-30 09:13:00 +03:00
parent 52a7f565a2
commit 0b5838963f

View File

@ -215,11 +215,11 @@ class ExportThanatoStatisticService {
''.';'. ''.';'.
''.';'. ''.';'.
''.';'. ''.';'.
"$distance".';'. "$distance"."KM".';'.
"$totalDevisHours".';'. "$totalDevisHours"."H".';'.
"$totalLeaveHours".';'. "$totalLeaveHours"."H".';'.
"$totalWorkedHours".';'. "$totalWorkedHours"."H".';'.
"$totalTravelingHours"."\n"; "$totalTravelingHours"."H"."\n";
return $fileContent; return $fileContent;
} }