v15.52.4

frappe/hrmsv15.52.4Nov 26, 2025by frappe-pr-bot

AI Summary

Fixes saving issues for shift locations and prevents inflated salary totals by hiding default amounts for zero payment days.

Key Highlights

  • Fixes Shift Location save when latitude and longitude are initially 0.
  • Fixes Salary Slip to not display default amounts for components with 0 payment days.

Full Release Notes

## What's Changed
* Fixes saving of _Shift Location_ after geolocation fetch when latitude and longitude values are initially 0. (https://github.com/frappe/hrms/pull/3771)
* Fixes **Salary Slip** so that components with zero _Payment Days_ no longer display their default amount, preventing inflated salary totals. (https://github.com/frappe/hrms/pull/3774)


**Full Changelog**: https://github.com/frappe/hrms/compare/v15.52.3...v15.52.4
**Authors**: @venkat102, @nareshkannasln
**Reviewers**: @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).

</details>