chore(release): Bumped to Version 14.46.2

## [14.46.2](https://github.com/frappe/erpnext/compare/v14.46.1...v14.46.2) (2023-11-02)

### Bug Fixes

* `TypeError` in PR for non-stock item (backport [#37819](https://github.com/frappe/erpnext/issues/37819)) (backport [#37841](https://github.com/frappe/erpnext/issues/37841)) ([#37853](https://github.com/frappe/erpnext/issues/37853)) ([f6418c1](f6418c14dd))
This commit is contained in:
Frappe PR Bot
2023-11-02 08:33:41 +00:00
parent f6418c14dd
commit 99338b6d01

View File

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