From d0ac9ca70af3855fc4b52393c3b42a123bdf61df Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 24 May 2024 11:40:32 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.28.2 ## [14.28.2](https://github.com/frappe/hrms/compare/v14.28.1...v14.28.2) (2024-05-24) ### Bug Fixes * consider payment days = total working days in the last salary slip while calculating Gratuity ([1675932](https://github.com/frappe/hrms/commit/1675932fbcc54ea36da2a8bda03f06fad06120c8)) * **Expense Claim:** update of Outstanding Amount on Payment Entry submission ([3ff82d8](https://github.com/frappe/hrms/commit/3ff82d87cb7151ff4c926aac9287701a3885d97b)) * only fetch required fields from gratuity slabs ([cb1b76a](https://github.com/frappe/hrms/commit/cb1b76a0767dec64592ffb7bb4e971f6be8fba66)) * update all past Payment Entries outstanding amount ([3f17fee](https://github.com/frappe/hrms/commit/3f17fee7d51652b17514f44b1b53bf7f0518d4ad)) * update outstanding amount only in the current payment entry ([cc4d718](https://github.com/frappe/hrms/commit/cc4d718d9282148f38c469b8c4547f8d02aa24af)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 08b8b9f499..1016d53a7b 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.28.1" +__version__ = "14.28.2"