chore(release): Bumped to Version 14.47.3

## [14.47.3](https://github.com/frappe/erpnext/compare/v14.47.2...v14.47.3) (2023-11-09)

### Bug Fixes

* make adjustment entry using stock reconciliation (backport [#37995](https://github.com/frappe/erpnext/issues/37995)) (backport [#38008](https://github.com/frappe/erpnext/issues/38008)) ([#38018](https://github.com/frappe/erpnext/issues/38018)) ([7942ad4](7942ad488e))
This commit is contained in:
Frappe PR Bot
2023-11-09 11:24:29 +00:00
parent 7942ad488e
commit 50627733b4

View File

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