Skip to content

Commit d5a30b9

Browse files
committed
chore(release): Bumped to Version 15.39.0
# [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))
1 parent 1fd9942 commit d5a30b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hrms/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import frappe
22

3-
__version__ = "15.38.3"
3+
__version__ = "15.39.0"
44

55

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

0 commit comments

Comments
 (0)