From e3edfe2b12f1ad5c2c9364e083fc283a0c6f37e5 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 14 Dec 2016 18:44:27 +0530 Subject: [PATCH 1/2] Removed quick entry for tax rule --- erpnext/accounts/doctype/tax_rule/tax_rule.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +} From 8a321406b21a171a37b544cc647c1e582467ca31 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 15 Dec 2016 17:05:32 +0600 Subject: [PATCH 2/2] bumped to version 7.1.26 --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'''