Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.24.0
Browse files Browse the repository at this point in the history
# [15.24.0](v15.23.1...v15.24.0) (2024-07-17)

### Bug Fixes

* **Attendance:** overlapping shift attendance ([f768957](f768957))
* **Bulk Salary Assignments:** fetch company from structure & fix casing in error message ([db40fdd](db40fdd))
* employee attendance tool datatable width ([b7062c9](b7062c9))
* error messages in payroll ([72520ec](72520ec))
* fetch applicant's designation in job offer ([439ed77](439ed77))
* **Leave Control Panel:** broken confirmation before allocation flow ([9abc681](9abc681))
* links & formatting in messages ([72b2853](72b2853))
* **Shift Assignment:** allow shift to start at end_time of another shift (and vice versa) ([a48889a](a48889a))
* **Shift Assignment:** timings overlap conditions ([fea0645](fea0645))
* skip no value fields in formula autocompletions (backport [#1951](#1951)) ([#1952](#1952)) ([8047c3d](8047c3d))

### Features

* **PWA:** Add autocomplete attribute to login form ([de597c4](de597c4))
* **PWA:** Handle OTP login ([a755fc4](a755fc4))
* **Salary Payment via ECS:** add Net Pay column ([36a161f](36a161f))
  • Loading branch information
frappe-bot committed Jul 17, 2024
1 parent 9238aea commit b6171bd
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.23.1"
__version__ = "15.24.0"


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

0 comments on commit b6171bd

Please sign in to comment.