Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.27.2
Browse files Browse the repository at this point in the history
## [15.27.2](v15.27.1...v15.27.2) (2024-08-29)

### Bug Fixes

* incorrect tax period calculation when payroll period starts after first day of a month ([bd82db7](bd82db7))
* **Preview Salary Slip:** computation of earnings whose formula is dependent on deductions ([7b29fd6](7b29fd6))
* query for payroll cost centers should only consider the latest salary assignment ([ae1236f](ae1236f))
* update gross and base gross pay after calculating deductions as well ([666b91d](666b91d))

### Reverts

* **Salary Slip:** calculate gross pay before deductions ([acf6504](acf6504))
  • Loading branch information
frappe-bot committed Aug 29, 2024
1 parent 09bb49c commit a75dc65
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.27.1"
__version__ = "15.27.2"


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

0 comments on commit a75dc65

Please sign in to comment.