Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.36.3
Browse files Browse the repository at this point in the history
## [14.36.3](v14.36.2...v14.36.3) (2025-01-23)

### Bug Fixes

* added check for 0 absent employees ([0e278d0](0e278d0))
* create single leave ledger entry for encashment if leave is carry forward type. ([9beef69](9beef69))
* fetch designation in job applicant from job opening ([5ad4c0b](5ad4c0b))
* mark absense for default shift due to missing checkins when an assigned shift exists for the employee but the absent dates aren't overlapping with it ([18bbc9b](18bbc9b))
* removed unnecessary filter and checks for assigned shifts, mark_absent_for_dates_with_no_attendance function takes care of which dates to consider for attendance. ([ecc377c](ecc377c))
* set leave encashment amount and payable account in fnf payables (backport [#2646](#2646)) ([#2676](#2676)) ([caeedf1](caeedf1))
* translation in payroll (backport [#2644](#2644)) ([#2655](#2655)) ([2c0504a](2c0504a))
* updated filter to exclude past and current date shift assignment ([20796be](20796be))
  • Loading branch information
frappe-bot committed Jan 23, 2025
1 parent 4ae938f commit e10b251
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 +1 @@
__version__ = "14.36.2"
__version__ = "14.36.3"

0 comments on commit e10b251

Please sign in to comment.