Tuesday, July 7, 2026
3 changes · master
Resolved issues and error corrections
This fixes a payroll issue that could affect generating payslips from pay runs after recent changes to work entry dates. The update helps ensure payroll batches select the correct work entries, reducing the risk of incomplete or incorrect payslip generation.
Original PR description
Fixes a small issue with the generation to adapt a domain to the new date system on work entries.
The HSBC autopay configuration option is now shown correctly under the Hong Kong payroll settings. This helps Hong Kong payroll administrators access the bank payment setup without workarounds.
Original PR description
A recent change in the parent view made the HSBC setting invisible in most cases. We update the view to add it under HK localization and make sure it is visible.
The AI helpdesk help page now uses the correct main page heading. This improves accessibility for screen reader users and helps search engines better understand the page content.
Original PR description
Problem: On every page, we should have one and only one \<h1>. On /help, the title is set as a heading 2. Having one h1 establishes a clear document hierarchy, allowing search engine crawlers to understand your primary topic and ensuring screen readers can accurately navigate the content. Solution: Change the title's heading of the AI helpdesk page Task-6284703