From 00ee7f27b0ee5d2077fc8f5abcd45c5f4cd59d81 Mon Sep 17 00:00:00 2001 From: Michelle Alva <50285544+michellealva@users.noreply.github.com> Date: Tue, 6 Oct 2020 21:46:08 +0530 Subject: [PATCH] fix: Allow creation of Energy Point Log (#11651) * fix: Enable in_create for Energy Point Log * fix: enable in_create * fix: remove in_create --- .../social/doctype/energy_point_log/energy_point_log.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frappe/social/doctype/energy_point_log/energy_point_log.json b/frappe/social/doctype/energy_point_log/energy_point_log.json index 1da8f2aa4c..6f5e411a47 100644 --- a/frappe/social/doctype/energy_point_log/energy_point_log.json +++ b/frappe/social/doctype/energy_point_log/energy_point_log.json @@ -1,4 +1,5 @@ { + "actions": [], "creation": "2018-06-21 14:58:55.913619", "doctype": "DocType", "editable_grid": 1, @@ -109,8 +110,9 @@ "label": "Seen" } ], - "in_create": 1, - "modified": "2019-08-21 15:51:05.288886", + "index_web_pages_for_search": 1, + "links": [], + "modified": "2020-10-06 17:25:40.477044", "modified_by": "Administrator", "module": "Social", "name": "Energy Point Log",