diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6c935254a0..debf4bfb53 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.25' +__version__ = '7.1.26' def get_default_company(user=None): '''Get default company for user''' diff --git a/erpnext/accounts/doctype/tax_rule/tax_rule.json b/erpnext/accounts/doctype/tax_rule/tax_rule.json index 3e84be5a0d..704393a81a 100644 --- a/erpnext/accounts/doctype/tax_rule/tax_rule.json +++ b/erpnext/accounts/doctype/tax_rule/tax_rule.json @@ -764,7 +764,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2016-11-03 15:56:28.704122", + "modified": "2016-12-13 15:56:28.704122", "modified_by": "Administrator", "module": "Accounts", "name": "Tax Rule", @@ -793,10 +793,10 @@ "write": 1 } ], - "quick_entry": 1, + "quick_entry": 0, "read_only": 0, "read_only_onload": 0, "sort_field": "modified", "sort_order": "DESC", "track_seen": 0 -} \ No newline at end of file +}