Skip to content

Commit

Permalink
Merge branch 'hotfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbauskar committed Jun 30, 2017
2 parents 4e08dfc + 0407cb0 commit 943637e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.2.1'
__version__ = '8.2.2'


def get_default_company(user=None):
Expand Down
1 change: 1 addition & 0 deletions erpnext/patches/v8_1/setup_gst_india.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
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'):
Expand Down

0 comments on commit 943637e

Please sign in to comment.