Ammends
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Joan Sanchez 2021-06-07 14:58:24 +02:00
parent c853cfc86f
commit 8fa64122f8
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ module.exports = Self => {
if (workedDays < daysInYear())
totalHolidays += Math.round(2 * maxHolidays * (workedDays) / daysInYear()) / 2;
else totalHolidays = maxHolidays;
// totalWorkedDays += workedDays;
}