fleetmap-reports 2.0.60 → 2.0.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/zone-report.js +1 -1
package/package.json
CHANGED
package/src/zone-report.js
CHANGED
|
@@ -694,7 +694,7 @@ function exportZoneReportToExcel (userData, reportData) {
|
|
|
694
694
|
}
|
|
695
695
|
const headers = []
|
|
696
696
|
if (userData.groupByDay) {
|
|
697
|
-
headers.push([
|
|
697
|
+
headers.push(...[
|
|
698
698
|
{ label: translations.report.geofence, value: 'zone' },
|
|
699
699
|
{ label: translations.report.vehicle, value: 'name' },
|
|
700
700
|
{ label: translations.report.date, value: 'date' },
|