Merge branch 'develop'

This commit is contained in:
mbauskar 2017-06-28 11:01:40 +05:30
commit 4d5d3b7685
3 changed files with 7 additions and 4 deletions

View File

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

View File

@ -2,6 +2,7 @@ import frappe
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')
for report_name in ('GST Sales Register', 'GST Purchase Register',
@ -30,5 +31,7 @@ Templates and update your Customer's and Supplier's GST Numbers.</p>
ERPNext Team.
""".format(gst_document_link="<a href='http://frappe.github.io/erpnext/user/manual/en/regional/india/'> ERPNext GST Document </a>")
try:
sendmail_to_system_managers("[Important] ERPNext GST updates", message)
except Exception as e:
pass

View File

@ -83,7 +83,7 @@
"issingle": 1,
"istable": 0,
"max_attachments": 0,
"modified": "2017-06-27 16:20:21.206397",
"modified": "2017-06-28 16:20:21.206397",
"modified_by": "Administrator",
"module": "Regional",
"name": "GST Settings",