scheduler-node-models 1.0.115 → 1.0.117

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.115",
3
+ "version": "1.0.117",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "files": [
@@ -410,7 +410,7 @@ class ChargeStatusReport extends general_1.Report {
410
410
  + `${this.getCellID(5, row)}, "*${codeText}*", ${sheetLabel}!`
411
411
  + `${this.getCellID(column, 5)}:${this.getCellID(column, row)})`;
412
412
  this.setCell(stats, this.getCellID(8, srow), this.getCellID(8, srow), style, new general_1.Formula(formula));
413
- formula = `${this.getCellID(7, row)} - ${this.getCellID(8, row)}`;
413
+ formula = `${this.getCellID(7, srow)} - ${this.getCellID(8, srow)}`;
414
414
  this.setCell(stats, this.getCellID(9, srow), this.getCellID(9, srow), style, new general_1.Formula(formula));
415
415
  style.numFmt = this.numformats.get('pct');
416
416
  const oformula = new general_1.Formula(`IFERROR(${this.getCellID(8, row)}/`