scheduler-node-models 1.0.152 → 1.0.153
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
@@ -213,9 +213,7 @@ class LeaveReport extends general_1.Report {
|
|
213
213
|
let annual = 0.0;
|
214
214
|
let carry = 0.0;
|
215
215
|
emp.balance.forEach(bal => {
|
216
|
-
|
217
|
-
console.log(JSON.stringify(bal));
|
218
|
-
}
|
216
|
+
console.log(JSON.stringify(bal));
|
219
217
|
if (bal.year === year) {
|
220
218
|
annual = bal.annual;
|
221
219
|
carry = bal.carryover;
|