chore(release): Bumped to Version 15.14.3

## [15.14.3](https://github.com/frappe/erpnext/compare/v15.14.2...v15.14.3) (2024-02-19)

### Bug Fixes

* do not empty serial batch fields (backport [#39948](https://github.com/frappe/erpnext/issues/39948)) ([#39956](https://github.com/frappe/erpnext/issues/39956)) ([2db79cd](2db79cdf3b))
This commit is contained in:
Frappe PR Bot 2024-02-19 05:33:59 +00:00
parent 0c9d7434f9
commit 9c01a5f7ed

View File

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