Skip to content

Commit 00351a4

Browse files
committed
chore(release): Bumped to Version 15.22.0
# [15.22.0](v15.21.2...v15.22.0) (2024-05-30) ### Bug Fixes * adjust score for autocompletions ([3eddaed](3eddaed)) * formula checkbox label ([daabeb0](daabeb0)) * goal score autocompletion ([3815b58](3815b58)) * show fixed no of digits in location coordinates ([14b8e44](14b8e44)) * skip setting geolocation if tracking is disabled ([c886999](c886999)) * **test:** revert final score changes ([2090bb2](2090bb2)) * **Travel Request:** get currency from Employee Master's Company (backport [#1807](#1807)) ([#1819](#1819)) ([515a44b](515a44b)) ### Features * allow adding formula to calculate final score in appraisal cycle ([76541b6](76541b6)) * **Desk:** fetch geolocation btn in Employee Checkin form ([e49589f](e49589f)) * geolocation in Employee Checkin ([dcb55e5](dcb55e5)) * HR Setting to enable geolocation tracking ([609657f](609657f)) * **PWA:** capture geolocation in checkins ([1132f91](1132f91)) * set desc for formula setting & make formula mandatory if checkbox is enabled ([1929a5d](1929a5d)) * split coordinates field into lat, long and set geolocation on validate ([7aad1ae](7aad1ae))
1 parent f3684c1 commit 00351a4

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.21.2"
3+
__version__ = "15.22.0"
44

55

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

0 commit comments

Comments
 (0)