chore(release): Bumped to Version 13.50.2

## [13.50.2](https://github.com/frappe/erpnext/compare/v13.50.1...v13.50.2) (2023-05-10)

### Bug Fixes

* handle empty FBs properly in TB and GL [v14] (backport [#35189](https://github.com/frappe/erpnext/issues/35189)) ([#35192](https://github.com/frappe/erpnext/issues/35192)) ([e2af66c](e2af66c7be))
This commit is contained in:
Frappe PR Bot
2023-05-10 05:40:17 +00:00
parent 2825253339
commit 1380f7a7ec

View File

@@ -4,7 +4,7 @@ import frappe
from erpnext.hooks import regional_overrides
__version__ = "13.50.1"
__version__ = "13.50.2"
def get_default_company(user=None):