Merge branch 'hotfix'

This commit is contained in:
mbauskar 2017-06-30 12:00:23 +05:30
commit 943637e06c
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
from __future__ import unicode_literals
import frappe
__version__ = '8.2.1'
__version__ = '8.2.2'
def get_default_company(user=None):

View File

@ -4,6 +4,7 @@ from frappe.email import sendmail_to_system_managers
def execute():
frappe.reload_doc('regional', 'doctype', 'gst_settings')
frappe.reload_doc('regional', 'doctype', 'gst_hsn_code')
frappe.reload_doc('stock', 'doctype', 'item')
for report_name in ('GST Sales Register', 'GST Purchase Register',
'GST Itemised Sales Register', 'GST Itemised Purchase Register'):