Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.22.3
Browse files Browse the repository at this point in the history
## [15.22.3](v15.22.2...v15.22.3) (2024-06-19)

### Bug Fixes

* add party and party type in PE (backport [#1894](#1894)) ([#1898](#1898)) ([aee96d1](aee96d1))
* **Expense Claim:** add permlevel 1 to approval status field ([7c77140](7c77140))
* hide approval status while creating new expense claim ([eaf14aa](eaf14aa))
* **Income Tax Computation:** computation of total tax exemption (backport [#1902](#1902)) ([#1907](#1907)) ([87728ca](87728ca))
* make request action sheet permission sensitive ([aa6d4c4](aa6d4c4))
* **PWA:** make fields readOnly based on permlevel ([33ccb2d](33ccb2d))
  • Loading branch information
frappe-bot committed Jun 19, 2024
1 parent 1bed9ff commit 10960b2
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.22.2"
__version__ = "15.22.3"


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

0 comments on commit 10960b2

Please sign in to comment.