fleetmap-reports 1.0.215 → 1.0.216
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/.idea/workspace.xml +1 -1
- package/package.json +1 -1
- package/src/kms-report.js +2 -2
package/.idea/workspace.xml
CHANGED
|
@@ -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="
|
|
147
|
+
<workItem from="1637674107929" duration="12171000" />
|
|
148
148
|
</task>
|
|
149
149
|
<task id="LOCAL-00001" summary="Fix getStyle">
|
|
150
150
|
<created>1636983717385</created>
|
package/package.json
CHANGED
package/src/kms-report.js
CHANGED
|
@@ -158,9 +158,9 @@ async function exportKmsReportToPDF(userData, reportData) {
|
|
|
158
158
|
new Date(day).toLocaleDateString(),
|
|
159
159
|
(day.kms/1000).toFixed(0)
|
|
160
160
|
]
|
|
161
|
-
})
|
|
162
161
|
|
|
163
|
-
|
|
162
|
+
data.push(temp)
|
|
163
|
+
})
|
|
164
164
|
|
|
165
165
|
const footValues = []
|
|
166
166
|
footValues.push(
|