Merge branch 'version-14-beta' into develop

This commit is contained in:
Deepesh Garg 2022-04-08 13:38:27 +05:30 committed by GitHub
commit 617deda2ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,7 @@ import inspect
import frappe
__version__ = "14.0.0-dev"
__version__ = '14.0.0-dev'
def get_default_company(user=None):
"""Get default company for user"""