From fccbb3f33159f349218424de4c637e7defcf9390 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 28 Aug 2013 18:30:14 +0530 Subject: [PATCH] [fix] [minor] made resolution details editable in support ticket --- .../doctype/support_ticket/support_ticket.txt | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/support/doctype/support_ticket/support_ticket.txt b/support/doctype/support_ticket/support_ticket.txt index 53d1c7ca41..dcb45204fd 100644 --- a/support/doctype/support_ticket/support_ticket.txt +++ b/support/doctype/support_ticket/support_ticket.txt @@ -2,7 +2,7 @@ { "creation": "2013-02-01 10:36:25", "docstatus": 0, - "modified": "2013-08-08 14:22:34", + "modified": "2013-08-28 18:29:06", "modified_by": "Administrator", "owner": "Administrator" }, @@ -224,17 +224,6 @@ "oldfieldtype": "Column Break", "read_only": 1 }, - { - "depends_on": "eval:!doc.__islocal", - "doctype": "DocField", - "fieldname": "resolution_details", - "fieldtype": "Small Text", - "label": "Resolution Details", - "no_copy": 1, - "oldfieldname": "resolution_details", - "oldfieldtype": "Text", - "read_only": 1 - }, { "doctype": "DocField", "fieldname": "first_responded_on", @@ -254,6 +243,17 @@ "read_only": 1, "search_index": 0 }, + { + "depends_on": "eval:!doc.__islocal", + "doctype": "DocField", + "fieldname": "resolution_details", + "fieldtype": "Small Text", + "label": "Resolution Details", + "no_copy": 1, + "oldfieldname": "resolution_details", + "oldfieldtype": "Text", + "read_only": 0 + }, { "doctype": "DocField", "fieldname": "content_type",