fleetmap-reports 1.0.214 → 1.0.215

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.
@@ -144,7 +144,7 @@
144
144
  <workItem from="1637227826845" duration="1275000" />
145
145
  <workItem from="1637441942952" duration="4543000" />
146
146
  <workItem from="1637670815688" duration="2973000" />
147
- <workItem from="1637674107929" duration="10975000" />
147
+ <workItem from="1637674107929" duration="11518000" />
148
148
  </task>
149
149
  <task id="LOCAL-00001" summary="Fix getStyle">
150
150
  <created>1636983717385</created>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetmap-reports",
3
- "version": "1.0.214",
3
+ "version": "1.0.215",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/kms-report.js CHANGED
@@ -130,6 +130,7 @@ async function exportKmsReportToPDF(userData, reportData) {
130
130
  translations.report.distance)
131
131
  }
132
132
  if (kmsData) {
133
+ let first = true
133
134
  const doc = userData.groupByDay ? new jsPDF.jsPDF() : new jsPDF.jsPDF('l')
134
135
  await headerFromUser(doc, translations.report.titleSpeedingReport, userData.user)
135
136