Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.62.4
Browse files Browse the repository at this point in the history
## [14.62.4](frappe/erpnext@v14.62.3...v14.62.4) (2024-02-14)

### Bug Fixes

*  production plan issue with sales order (backport [frappe#39901](frappe#39901)) ([frappe#39903](frappe#39903)) ([ab7e323](frappe@ab7e323))
* accommodate for default rounding method in v14 ([d6a758d](frappe@d6a758d))
* broken route option in Profitability report ([f79e0d1](frappe@f79e0d1))
* calculate `stock_value_diff` ([8f58b61](frappe@8f58b61))
* cancel asset capitalization ([2438600](frappe@2438600))
* do not throw validation for canceled SLE (backport [frappe#39769](frappe#39769)) ([frappe#39810](frappe#39810)) ([2885b8f](frappe@2885b8f))
* Handling circular linking while cancelling asset capitalization ([f2d094d](frappe@f2d094d))
* incorrect planned qty in PP (backport [frappe#39785](frappe#39785)) ([frappe#39792](frappe#39792)) ([df9d52d](frappe@df9d52d))
* landed cost voucher not submitting because of incorrect reference (backport [frappe#39898](frappe#39898)) ([frappe#39899](frappe#39899)) ([d0b9c56](frappe@d0b9c56))
* remove duplicates from tax category map ([c56f3a5](frappe@c56f3a5))
* set rate for PO created against BO (backport [frappe#39765](frappe#39765)) ([frappe#39766](frappe#39766)) ([de47e67](frappe@de47e67))
* set route options to cost center ([frappe#37235](frappe#37235)) ([79a16ba](frappe@79a16ba))
* **ux:** set rate as price list rate on uom change in MR (backport [frappe#39816](frappe#39816)) ([frappe#39817](frappe#39817)) ([de6e8c7](frappe@de6e8c7))

### Performance Improvements

* cached get_last_purchase_details to fix performance issue (backport [frappe#39854](frappe#39854)) ([frappe#39855](frappe#39855)) ([08e0271](frappe@08e0271))
* production plan submission (backport [frappe#39846](frappe#39846)) ([frappe#39859](frappe#39859)) ([a61cffd](frappe@a61cffd))
  • Loading branch information
frappe-bot committed Feb 14, 2024
1 parent 4fd7b01 commit 22ace5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import frappe

__version__ = "14.62.3"
__version__ = "14.62.4"


def get_default_company(user=None):
Expand Down

0 comments on commit 22ace5c

Please sign in to comment.