scheduler-node-models 1.0.119 → 1.0.120

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.119",
3
+ "version": "1.0.120",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "files": [
@@ -460,7 +460,7 @@ class ChargeStatusReport extends general_1.Report {
460
460
  style.fill = this.fills.get('ltbrown');
461
461
  lStyle.fill = this.fills.get('ltbrown');
462
462
  }
463
- sheet.getRow(row).height = 20;
463
+ sheet.getRow(row).height = 15;
464
464
  // this section sets the various required columns with information about the
465
465
  // employment in the labor code.
466
466
  this.setCell(sheet, this.getCellID(0, row), this.getCellID(0, row), style, (lCode.clin) ? lCode.clin : '');