Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix(HR WTR) fix limitWorkingTime max duration
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmhh committed Apr 12, 2023
1 parent 1d822a0 commit dd37144
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -132,6 +132,7 @@ protected function _checkMaxDuration(HumanResources_BL_DailyWTReport_Data $_data
$_data->timeSlots = array_slice($_data->timeSlots, 0, array_search($key, array_keys($_data->timeSlots), true));
return;
}
next($_data->timeSlots);
}
}
}

0 comments on commit dd37144

Please sign in to comment.