Worker calendar rework #645
|
@ -163,6 +163,7 @@ module.exports = Self => {
|
|||
|
||||
if (workedDays < daysInYear())
|
||||
totalHolidays += Math.round(2 * maxHolidays * (workedDays) / daysInYear()) / 2;
|
||||
else totalHolidays = maxHolidays;
|
||||
|
||||
// totalWorkedDays += workedDays;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue