scheduler-node-models 1.0.135 → 1.0.136

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.135",
3
+ "version": "1.0.136",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "files": [
@@ -190,6 +190,10 @@ class LeaveReport extends general_1.Report {
190
190
  sheet.getColumn(4).width = 7;
191
191
  sheet.getColumn(5).width = 7;
192
192
  }
193
+ let row = 2;
194
+ this.employees.forEach(emp => {
195
+ row = this.employeePTOHolidaySection(sheet, emp, row, year, showHolidays) + 1;
196
+ });
193
197
  }
194
198
  /**
195
199
  * This function will create the employee's Holidays and PTO report section