Wednesday, May 25, 2022
2 changes · master
Enhancements to existing features
The helpdesk live chat tests now use the actual parent discussion component instead of a custom test helper. This makes test coverage closer to real user behavior and helps reduce future maintenance risk.
Original PR description
Use real parent instead (Discuss in this case).
Timesheet overtime is now calculated using the employee contract that was active on the date of the timesheet, rather than the employee's current contract. This improves payroll and reporting accuracy when employees change contracts, schedules, or working hours over time.
Original PR description
Allows the timesheet overtime computation to be based on the contract the employee had on the day of the timesheet instead of his current contract. TaskID-2652259