Skip to content

Commit

Permalink
Merge branch 'hotfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehta committed Jan 27, 2017
2 parents 83cc7c9 + 5f0027a commit 73bf1bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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__ = '7.2.15'
__version__ = '7.2.16'

def get_default_company(user=None):
'''Get default company for user'''
Expand Down
1 change: 0 additions & 1 deletion erpnext/setup/doctype/item_group/item_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def validate(self):

def on_update(self):
NestedSet.on_update(self)
WebsiteGenerator.on_update(self)
invalidate_cache_for(self)
self.validate_name_with_item()
self.validate_one_root()
Expand Down

0 comments on commit 73bf1bc

Please sign in to comment.