v15.62.2
frappe/hrmsv15.62.2Jul 9, 2026by frappe-pr-bot
AI Summary
This release focuses on bug fixes for the Payroll Entry module and the Employee Leave Balance report. It resolves a form loading issue and improves leave balance calculations by including carried-forward days.
Key Highlights
- Fixed Payroll Entry form stopping on load due to salary slip count argument issue
- Renamed 'New Leave(s) Allocated' to 'Leave(s) Allocated' in the report
- Enhanced leave balance calculation to include carried-forward days
Full Release Notes
## Bug Fixes * Removes an extra argument from the salary slip count in **Payroll Entry**. This prevents the form from stopping on load when it checks submitted salary slips. (https://github.com/frappe/hrms/pull/4824) * The "Employee Leave Balance" report renames _New Leave(s) Allocated_ to _Leave(s) Allocated_ and includes carried-forward leave days in the leave balance calculation. It also uses those days in _Opening Balance_ when the report period starts after a previous allocation ends. (https://github.com/frappe/hrms/pull/4861) **Authors**: @krishna-254, @NotAbdelrahmanelsayed **Reviewers**: @iamkhanraheel, @deepeshgarg007, @asmitahase <details> <summary>AI content</summary> For these release notes, we used an LLM (OpenAI gpt-5.4-mini) to review and summarise the code changes, along with the associated issue and PR descriptions. It may contain typical errors and inaccuracies. You can read the prompt [here](https://github.com/barredterra/pretty_release_notes). Changes with the following labels were excluded: - skip-release-notes Changes with the following types were excluded: - docs - chore - ci - build - refactor - test - style </details>