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".';'.
"$totalDevisHours".';'.
"$totalLeaveHours".';'.
"$totalWorkedHours".';'.
"$totalTravelingHours"."\n";
"$distance"."KM".';'.
"$totalDevisHours"."H".';'.
"$totalLeaveHours"."H".';'.
"$totalWorkedHours"."H".';'.
"$totalTravelingHours"."H"."\n";
return $fileContent;
}