chore: release v16 - #5015
Merged
Merged
Conversation
default_series was set in __init__ before field values were populated, causing employee to be None and generating names like Sal Slip/None/00001. Converting it to a property fixes the issue by reading employee lazily. (cherry picked from commit bcc53de)
…4980 fix: correct salary slip naming when created via data import (#4980)
(cherry picked from commit 0a218a4)
…4984 feat: add Contract link in Employee Connections section (#4984)
…ion handling (cherry picked from commit ef02384)
…4996 fix(hr): resolve AttributeError in update_job_applicant_status exception handling (#4996)
(cherry picked from commit ab2f641)
(cherry picked from commit 9d26c76)
(cherry picked from commit 2d9e4a0)
frappe-pr-bot
requested review from
AyshaHakeem,
asmitahase and
ruchamahabal
as code owners
July 28, 2026 11:47
asmitahase
approved these changes
Jul 29, 2026
asmitahase
enabled auto-merge
July 29, 2026 12:49
Contributor
|
Tick the box to add this pull request to the merge queue (same as
|
Collaborator
Author
|
🎉 This PR is included in version 16.15.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated Release.