v15.58.1

frappe/hrmsv15.58.1Feb 18, 2026by frappe-pr-bot

AI Summary

Security and UX improvement release with same changes as v16.4.1, preventing accidental payments and securing employee data access.

Key Highlights

  • Removes 'Create Payment' button when Expense Claim is Rejected
  • Uses secure client API to load employee details in Roster shift assignments
  • Prevents access to private employee fields

New Features

  • Security improvement for employee data access
  • UX improvement preventing accidental payment entries

Full Release Notes

## What's Changed
* Removes the "Create Payment" button when an **Expense Claim** is _Rejected_, preventing accidental payment entries for declined claims. (https://github.com/frappe/hrms/pull/4137)
* Uses the secure client API to load employee details in **Roster** shift assignments, now showing only the employee’s _Employee Name_, _Company_, and _Department_ and preventing access to other private fields. (https://github.com/frappe/hrms/pull/4147)


**Full Changelog**: https://github.com/frappe/hrms/compare/v15.58.0...v15.58.1
**Authors**: @nareshkannasln, @iamkhanraheel
**Reviewers**: @ruchamahabal, @asmitahase

<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). 

Changes with the following labels were excluded:
- skip-release-notes

Changes with the following types were excluded:
- test
 - style
 - ci
 - chore
 - docs
 - build
 - refactor

</details>