Merge branch 'hotfix' into stock-balance-fix

This commit is contained in:
Sagar Vora 2019-01-31 18:46:06 +05:30 committed by GitHub
commit ec5faaeae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ import frappe
from erpnext.hooks import regional_overrides
from frappe.utils import getdate
__version__ = '11.1.2'
__version__ = '11.1.3'
def get_default_company(user=None):
'''Get default company for user'''