scheduler-node-models 1.0.44 → 1.0.45

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": "scheduler-node-models",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "files": [
@@ -143,7 +143,7 @@ class ChargeStatusReport extends general_1.Report {
143
143
  */
144
144
  addReport(workbook, type, report, employees, stats, statsRow) {
145
145
  const current = (type.toLowerCase() === 'current');
146
- const sheetLabel = `${report.name}-${type}`;
146
+ const sheetLabel = `${report.name}_${type}`;
147
147
  // add a worksheet to the workbook and set the page options (landscape, etc)
148
148
  const sheet = workbook.addWorksheet(sheetLabel, {
149
149
  pageSetup: {