scheduler-node-models 1.0.58 → 1.0.60

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.58",
3
+ "version": "1.0.60",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "files": [
@@ -421,9 +421,9 @@ class ChargeStatusReport extends general_1.Report {
421
421
  cell.style = style;
422
422
  cell.value = { formula: formula };
423
423
  style.numFmt = this.numformats.get('pct');
424
- const oformula = new general_1.Formula(`IFERROR(${this.getCellID(5, row)}/`
425
- + `${this.getCellID(3, row)},"N/A")`);
426
- this.setCell(sheet, this.getCellID(10, row), this.getCellID(10, row), style, oformula);
424
+ const oformula = new general_1.Formula(`IFERROR(${this.getCellID(8, row)}/`
425
+ + `${this.getCellID(7, row)},"N/A")`);
426
+ this.setCell(stats, this.getCellID(10, row), this.getCellID(10, row), style, oformula);
427
427
  }
428
428
  }
429
429
  }