scheduler-node-models 1.0.61 → 1.0.63
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/general/report.js
CHANGED
package/package.json
CHANGED
@@ -287,6 +287,7 @@ class ChargeStatusReport extends general_1.Report {
|
|
287
287
|
});
|
288
288
|
});
|
289
289
|
let column = 0;
|
290
|
+
console.log(employees.length);
|
290
291
|
// this report is listed by labor code, then employees with hours
|
291
292
|
report.laborCodes.forEach(lCode => {
|
292
293
|
// step through the employees to see if they have hours for this labor code
|