Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.21.2
Browse files Browse the repository at this point in the history
## [15.21.2](v15.21.1...v15.21.2) (2024-05-24)

### Bug Fixes

* consider payment days = total working days in the last salary slip while calculating Gratuity ([0993c74](0993c74))
* **Expense Claim:** update of Outstanding Amount on Payment Entry submission ([31cecd9](31cecd9))
* only fetch required fields from gratuity slabs ([2a68245](2a68245))
* update all past Payment Entries outstanding amount ([c62f237](c62f237))
* update outstanding amount only in the current payment entry ([5846a0a](5846a0a))
  • Loading branch information
frappe-bot committed May 24, 2024
1 parent 8c60f95 commit 0f39cd4
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.21.1"
__version__ = "15.21.2"


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

0 comments on commit 0f39cd4

Please sign in to comment.