4903-workerTimeControl_sendMail #1261

Merged
joan merged 7 commits from 4903-workerTimeControl_sendMail into dev 2023-01-20 06:21:18 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 38e4349e17 - Show all commits

View File

@ -165,7 +165,6 @@ module.exports = Self => {
myOptions.transaction = tx;
try {
workerFk = day.workerFk;
if (workerFk == 418) throw new Error('Test');
if (day.timeWorkDecimal > 0 && day.timeWorkedDecimal == null
&& (day.permissionRate == null ? true : day.permissionRate)) {
if (day.timeTable == null) {