fleetmap-reports 1.0.585 → 1.0.586

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.585",
3
+ "version": "1.0.586",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -358,6 +358,9 @@ async function exportTripReportToPDF (userData, reportData) {
358
358
  headers, data, footValues, style,
359
359
  space + (userData.allWeek ? 40 : 45),
360
360
  {
361
+ 4: { halign: 'right' },
362
+ 5: { halign: 'right' },
363
+ 6: { halign: 'right' },
361
364
  7: { halign: 'right' },
362
365
  8: { halign: 'right' },
363
366
  9: { halign: 'right' },