From 2631edd4f3e48e01f5a0523cee2bba51e8ab0aa1 Mon Sep 17 00:00:00 2001 From: mbauskar Date: Fri, 18 Aug 2017 11:31:51 +0530 Subject: [PATCH] [hotfix] doctype field in custom script should be mandatory --- .../doctype/custom_script/custom_script.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/frappe/custom/doctype/custom_script/custom_script.json b/frappe/custom/doctype/custom_script/custom_script.json index 644fcb7986..0d4cb6ea28 100644 --- a/frappe/custom/doctype/custom_script/custom_script.json +++ b/frappe/custom/doctype/custom_script/custom_script.json @@ -15,6 +15,7 @@ "engine": "InnoDB", "fields": [ { + "allow_bulk_edit": 0, "allow_on_submit": 0, "bold": 0, "collapsible": 0, @@ -40,12 +41,13 @@ "read_only": 0, "remember_last_selected_value": 0, "report_hide": 0, - "reqd": 0, + "reqd": 1, "search_index": 0, "set_only_once": 0, "unique": 0 }, { + "allow_bulk_edit": 0, "allow_on_submit": 0, "bold": 0, "collapsible": 0, @@ -78,6 +80,7 @@ "unique": 0 }, { + "allow_bulk_edit": 0, "allow_on_submit": 0, "bold": 0, "collapsible": 0, @@ -87,7 +90,7 @@ "hidden": 0, "ignore_user_permissions": 0, "ignore_xss_filter": 0, - "in_filter": 0, + "in_filter": 0, "in_global_search": 0, "in_list_view": 0, "in_standard_filter": 0, @@ -109,6 +112,7 @@ "unique": 0 }, { + "allow_bulk_edit": 0, "allow_on_submit": 0, "bold": 0, "collapsible": 0, @@ -149,8 +153,8 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2017-04-03 18:07:28.138437", - "modified_by": "faris@erpnext.com", + "modified": "2017-08-17 07:43:08.093341", + "modified_by": "Administrator", "module": "Custom", "name": "Custom Script", "owner": "Administrator", @@ -203,4 +207,4 @@ "sort_order": "ASC", "track_changes": 1, "track_seen": 0 -} +} \ No newline at end of file