fleetmap-reports 1.0.858 → 1.0.859

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetmap-reports",
3
- "version": "1.0.858",
3
+ "version": "1.0.859",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -374,6 +374,7 @@ function exportLocationReportToExcel (userData, reportData) {
374
374
 
375
375
  if (userData.includeTemperature) {
376
376
  headers.push({ label: translations.report.temperature, value: 'temperature' })
377
+ headers.push({ label: translations.report.temperature2, value: 'temperature2' })
377
378
  }
378
379
 
379
380
  headers.push({ label: 'Latitude', value: 'latitude' })