From 50d6049f547c35df157ebba9e7f018d3df3949d1 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Sat, 24 Sep 2016 15:18:20 +0530 Subject: [PATCH] [minor] remove quick entry for custom script, integration service --- frappe/custom/doctype/custom_script/custom_script.json | 9 +++++++-- .../doctype/integration_service/integration_service.json | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/frappe/custom/doctype/custom_script/custom_script.json b/frappe/custom/doctype/custom_script/custom_script.json index fc87548660..4d16f3d81d 100644 --- a/frappe/custom/doctype/custom_script/custom_script.json +++ b/frappe/custom/doctype/custom_script/custom_script.json @@ -9,12 +9,14 @@ "description": "Adds a custom script (client or server) to a DocType", "docstatus": 0, "doctype": "DocType", + "document_type": "Document", "editable_grid": 0, "fields": [ { "allow_on_submit": 0, "bold": 0, "collapsible": 0, + "columns": 0, "fieldname": "dt", "fieldtype": "Link", "hidden": 0, @@ -42,6 +44,7 @@ "allow_on_submit": 0, "bold": 0, "collapsible": 0, + "columns": 0, "default": "Client", "fieldname": "script_type", "fieldtype": "Select", @@ -70,6 +73,7 @@ "allow_on_submit": 0, "bold": 0, "collapsible": 0, + "columns": 0, "fieldname": "script", "fieldtype": "Code", "hidden": 0, @@ -97,6 +101,7 @@ "allow_on_submit": 0, "bold": 0, "collapsible": 0, + "columns": 0, "fieldname": "sample", "fieldtype": "HTML", "hidden": 0, @@ -130,7 +135,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2016-07-25 05:24:24.245725", + "modified": "2016-09-24 05:47:53.900418", "modified_by": "Administrator", "module": "Custom", "name": "Custom Script", @@ -177,7 +182,7 @@ "write": 1 } ], - "quick_entry": 1, + "quick_entry": 0, "read_only": 0, "read_only_onload": 0, "sort_order": "ASC", diff --git a/frappe/integration_broker/doctype/integration_service/integration_service.json b/frappe/integration_broker/doctype/integration_service/integration_service.json index 42ad6f3a03..a57e236f01 100644 --- a/frappe/integration_broker/doctype/integration_service/integration_service.json +++ b/frappe/integration_broker/doctype/integration_service/integration_service.json @@ -308,7 +308,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2016-09-23 13:25:33.548752", + "modified": "2016-09-24 05:48:04.652766", "modified_by": "Administrator", "module": "Integration Broker", "name": "Integration Service", @@ -336,7 +336,7 @@ "write": 1 } ], - "quick_entry": 1, + "quick_entry": 0, "read_only": 0, "read_only_onload": 0, "sort_field": "modified",