From 559d01e17624f3326266bfddfda46b087c0505a5 Mon Sep 17 00:00:00 2001 From: tundebabzy Date: Tue, 27 Feb 2018 09:13:35 +0100 Subject: [PATCH] allows to rename subscription plan --- .../accounts/doctype/subscription_plan/subscription_plan.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/subscription_plan/subscription_plan.json b/erpnext/accounts/doctype/subscription_plan/subscription_plan.json index 07b9fb96c0..ab58e7c3c6 100644 --- a/erpnext/accounts/doctype/subscription_plan/subscription_plan.json +++ b/erpnext/accounts/doctype/subscription_plan/subscription_plan.json @@ -2,7 +2,7 @@ "allow_copy": 0, "allow_guest_to_view": 0, "allow_import": 0, - "allow_rename": 0, + "allow_rename": 1, "autoname": "field:plan_name", "beta": 0, "creation": "2018-02-24 11:31:23.066506", @@ -216,7 +216,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2018-02-26 04:46:47.101040", + "modified": "2018-02-27 09:12:58.330140", "modified_by": "Administrator", "module": "Accounts", "name": "Subscription Plan",