chore(release): Bumped to Version 14.62.3

## [14.62.3](https://github.com/frappe/erpnext/compare/v14.62.2...v14.62.3) (2024-02-08)

### Bug Fixes

* do not throw validation for canceled SLE (backport [#39769](https://github.com/frappe/erpnext/issues/39769)) ([#39810](https://github.com/frappe/erpnext/issues/39810)) ([d6054db](d6054dbdbd))
This commit is contained in:
Frappe PR Bot
2024-02-08 09:12:55 +00:00
parent 408d026465
commit 8caf655529

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.62.2"
__version__ = "14.62.3"
def get_default_company(user=None):