Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.39.0
Browse files Browse the repository at this point in the history
# [15.39.0](v15.38.3...v15.39.0) (2025-01-31)

### Bug Fixes

* claim allocation issue ([f774af2](f774af2))
* exclude advances scheduled for deduction when adjusting them against expense claims ([59ebfb5](59ebfb5))
* exclude claimed and returned advance amounts ([58da779](58da779))
* fix test ([fa0ff96](fa0ff96))
* handle None values in earnings and deductions to avoid TypeError ([af27f29](af27f29))
* ignore the self-approval setting a workfow is active on Leave Application ([43e8cca](43e8cca))
* let administrator approve leaves irrespective of self approval setting ([856b15d](856b15d))
* prevent_self_leave_approval should be false by deafult ([f3ac588](f3ac588))
* removed action buttons ([4c77806](4c77806))
* status fields becomes read only if self leave approval is prevented ([3646818](3646818))
* update field description ([ceda0a3](ceda0a3))
* update return_amount field's display property ([f93cca2](f93cca2))

### Features

* add CI for production docker container build ([#2728](#2728)) ([#2729](#2729)) ([3c3a3ad](3c3a3ad))
* Enable/disable leave applicants from approving their own leaves based on the leave approval HR setting ([c8c6d50](c8c6d50))
* new hr setting to enable/disable self-leave approval ([fdd9ee8](fdd9ee8))
  • Loading branch information
frappe-bot committed Jan 31, 2025
1 parent 1fd9942 commit d5a30b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import frappe

__version__ = "15.38.3"
__version__ = "15.39.0"


def refetch_resource(cache_key: str | list, user=None):
Expand Down

0 comments on commit d5a30b9

Please sign in to comment.