Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbauskar committed Jun 28, 2017
2 parents fd598d8 + 3bf9071 commit 4d5d3b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
7 changes: 5 additions & 2 deletions erpnext/patches/v8_1/setup_gst_india.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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')

for report_name in ('GST Sales Register', 'GST Purchase Register',
Expand Down Expand Up @@ -30,5 +31,7 @@ def send_gst_update_email():
ERPNext Team.
""".format(gst_document_link="<a href='http://frappe.github.io/erpnext/user/manual/en/regional/india/'> ERPNext GST Document </a>")

sendmail_to_system_managers("[Important] ERPNext GST updates", message)

try:
sendmail_to_system_managers("[Important] ERPNext GST updates", message)
except Exception as e:
pass
2 changes: 1 addition & 1 deletion erpnext/regional/doctype/gst_settings/gst_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4d5d3b7

Please sign in to comment.