scheduler-node-models 1.1.28 → 1.1.30
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
|
@@ -132,9 +132,6 @@ class Section {
|
|
|
132
132
|
this.laborcodes.forEach(lc => {
|
|
133
133
|
const thours = emp.getWorkedHours(current, current, lc.chargeNumber, lc.extension);
|
|
134
134
|
if (thours > 0) {
|
|
135
|
-
if (emp.name.lastname.toLowerCase() === 'erne') {
|
|
136
|
-
console.log(`${current} = ${thours}`);
|
|
137
|
-
}
|
|
138
135
|
hours += thours;
|
|
139
136
|
}
|
|
140
137
|
});
|