Monday, July 15, 2024
3 changes · saas-17.4
Resolved issues and error corrections
A small typo was corrected in the password reset action wording. This improves clarity for users without changing how the password reset process works.
Original PR description
fix a small typo
This change removes an unnecessary timing-sensitive check from a Point of Sale test that could fail intermittently. It helps keep automated validation stable without changing how users operate the system.
Original PR description
The test was failing because it was trying to check if the line is to refund but sometime the test run the check to fast. We remove this check since the "Refund" button is clicked just after. So the check isn't necessary. RB error: 67873, 69032
This change corrects an internal import used by the Hong Kong payroll module. It helps prevent errors when working with Manulife MPF payroll-related functionality, improving reliability without changing business workflows.