Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.20.0
Browse files Browse the repository at this point in the history
# [15.20.0](v15.19.0...v15.20.0) (2024-04-24)

### Bug Fixes

* adjust grid cols and add connection to Journal Entry ([58fd967](58fd967))
* **Job Applicant:** Translate dialog label (backport [#1682](#1682)) ([#1688](#1688)) ([6ced503](6ced503))
* **Leave Balance:** Add context to translation for "Left" (Employee) (backport [#1683](#1683)) ([#1686](#1686)) ([5b5f3c2](5b5f3c2))
* **PWA:** allow selecting accounting dimensions in Expense Claim (backport [#1704](#1704)) ([#1705](#1705)) ([2407fc9](2407fc9))

### Features

* add remarks to JV for asset cost recovery ([714f966](714f966))
* **FnF:** Option to recover asset costs instead of returning ([16a03e3](16a03e3))
* map asset recovery in Journal Entry ([085d9cd](085d9cd))
* set actual asset cost ([f9481c0](f9481c0))
* set totals on server-side + consider asset recovery in receivables ([1adc2dc](1adc2dc))
  • Loading branch information
frappe-bot committed Apr 24, 2024
1 parent 353c184 commit 30d010a
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.19.0"
__version__ = "15.20.0"


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

0 comments on commit 30d010a

Please sign in to comment.