From 6cc10104f0e10ed788a453d39fd4253531c023ad Mon Sep 17 00:00:00 2001 From: Saurabh Date: Wed, 24 Jan 2018 11:14:48 +0530 Subject: [PATCH] [fix] enable rename for payment terms and payment term template --- erpnext/accounts/doctype/payment_term/payment_term.json | 6 +++--- .../payment_terms_template/payment_terms_template.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/erpnext/accounts/doctype/payment_term/payment_term.json b/erpnext/accounts/doctype/payment_term/payment_term.json index 702319ba74..10cfcf2a32 100644 --- a/erpnext/accounts/doctype/payment_term/payment_term.json +++ b/erpnext/accounts/doctype/payment_term/payment_term.json @@ -1,8 +1,8 @@ { "allow_copy": 0, "allow_guest_to_view": 0, - "allow_import": 0, - "allow_rename": 0, + "allow_import": 1, + "allow_rename": 1, "autoname": "field:payment_term_name", "beta": 0, "creation": "2017-08-10 15:24:54.876365", @@ -265,7 +265,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2017-08-10 16:26:03.581501", + "modified": "2018-01-24 11:13:42.800048", "modified_by": "Administrator", "module": "Accounts", "name": "Payment Term", diff --git a/erpnext/accounts/doctype/payment_terms_template/payment_terms_template.json b/erpnext/accounts/doctype/payment_terms_template/payment_terms_template.json index 095965886d..7a3483d6c3 100644 --- a/erpnext/accounts/doctype/payment_terms_template/payment_terms_template.json +++ b/erpnext/accounts/doctype/payment_terms_template/payment_terms_template.json @@ -1,8 +1,8 @@ { "allow_copy": 0, "allow_guest_to_view": 0, - "allow_import": 0, - "allow_rename": 0, + "allow_import": 1, + "allow_rename": 1, "autoname": "field:template_name", "beta": 0, "creation": "2017-08-10 15:34:28.058054", @@ -85,7 +85,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2017-08-10 15:46:33.877884", + "modified": "2018-01-24 11:13:31.158613", "modified_by": "Administrator", "module": "Accounts", "name": "Payment Terms Template",