scheduler-node-models 1.0.151 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scheduler-node-models",
3
- "version": "1.0.151",
3
+ "version": "1.0.153",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "files": [
@@ -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
- if (emp.name.lastname.toLowerCase() === 'erne') {
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;