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
@@ -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(
|
425
|
-
+ `${this.getCellID(
|
426
|
-
this.setCell(
|
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
|
}
|