Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.38.2
Browse files Browse the repository at this point in the history
## [15.38.2](v15.38.1...v15.38.2) (2025-01-24)

### Bug Fixes

* add company_data_to_be_ignored hook ([4ba4193](4ba4193))
* add doctype list to ignore to hooks directly ([defbcf6](defbcf6))
* allow setting payroll frequency for timesheet based payroll entry, calculate salary slip dates if payroll frequency is set not if its not a timesheet based salary slip ([650c05b](650c05b))
* clear company field in single docs, delete other linked docs ([d026ca5](d026ca5))
* edit company_data_to_be_ignored hook content ([466e487](466e487))
* HRA calculation if there are multiple salary structure assignments for the current payroll period (backport [#2691](#2691)) ([#2694](#2694)) ([490e580](490e580))
* set company field empty for single and master doctypes during company deletion ([2c2229e](2c2229e))
* set payment frequency in payroll entry for timesheet based salary slips ([489b8df](489b8df))
* update function clearing company field and replace SQL with query builder ([17970d9](17970d9))
  • Loading branch information
frappe-bot committed Jan 24, 2025
1 parent bff02dd commit 89f8408
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.38.1"
__version__ = "15.38.2"


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

0 comments on commit 89f8408

Please sign in to comment.