scheduler-node-models 1.0.160 → 1.0.161

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.160",
3
+ "version": "1.0.161",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "files": [
@@ -724,7 +724,7 @@ class LeaveReport extends general_1.Report {
724
724
  let row = 2;
725
725
  this.workcodes.forEach(wc => {
726
726
  if (wc.isLeave) {
727
- if (col > 33) {
727
+ if (col + 6 > 33) {
728
728
  col = 2;
729
729
  row++;
730
730
  }