From 0d6afda6b8feca534a236fab84ba1c4458bb864f Mon Sep 17 00:00:00 2001 From: Devin Slauenwhite Date: Sat, 9 Mar 2024 08:09:16 -0500 Subject: [PATCH] fix: allow tax rule to be renamed --- erpnext/accounts/doctype/tax_rule/tax_rule.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/tax_rule/tax_rule.json b/erpnext/accounts/doctype/tax_rule/tax_rule.json index 27467484329..5a6911c5df7 100644 --- a/erpnext/accounts/doctype/tax_rule/tax_rule.json +++ b/erpnext/accounts/doctype/tax_rule/tax_rule.json @@ -1,6 +1,7 @@ { "actions": [], "allow_import": 1, + "allow_rename": 1, "autoname": "ACC-TAX-RULE-.YYYY.-.#####", "creation": "2015-08-07 02:33:52.670866", "doctype": "DocType", @@ -225,7 +226,7 @@ } ], "links": [], - "modified": "2021-06-04 23:14:27.186879", + "modified": "2024-03-09 08:08:27.186879", "modified_by": "Administrator", "module": "Accounts", "name": "Tax Rule", @@ -247,4 +248,4 @@ "show_name_in_global_search": 1, "sort_field": "modified", "sort_order": "DESC" -} \ No newline at end of file +}