v15.52.5
frappe/hrmsv15.52.5Dec 3, 2025by frappe-pr-bot
AI Summary
Resolves issues with the Monthly Attendance Sheet report and removes redundant user permission update actions.
Key Highlights
- Fixes Monthly Attendance Sheet report to accurately list marked days.
- Removes redundant 'update user permissions' action.
Full Release Notes
## What's Changed * Fixes the "Monthly Attendance Sheet" report so that days with attendance records are no longer listed as unmarked, giving an accurate overview of each employee's monthly attendance. (https://github.com/frappe/hrms/pull/3793) * Removes the redundant "update user permissions" action that previously ran whenever a **User** record was updated, avoiding unnecessary processing now handled in ERPNext. (https://github.com/frappe/hrms/pull/3796) **Full Changelog**: https://github.com/frappe/hrms/compare/v15.52.4...v15.52.5 **Authors**: @barredterra, @nareshkannasln **Reviewers**: @asmitahase, @ruchamahabal <details> <summary>AI content</summary> For these release notes, we used an LLM (OpenAI o3) 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). </details>