From 1431bf2a3cb0ce89284f5af24aa8cc058b60f7a4 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Mon, 1 Jul 2019 09:10:23 +0530 Subject: [PATCH] fix: User cannot create call log --- erpnext/communication/doctype/call_log/call_log.js | 8 ++++++++ erpnext/communication/doctype/call_log/call_log.json | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 erpnext/communication/doctype/call_log/call_log.js diff --git a/erpnext/communication/doctype/call_log/call_log.js b/erpnext/communication/doctype/call_log/call_log.js new file mode 100644 index 00000000000..0018516ec04 --- /dev/null +++ b/erpnext/communication/doctype/call_log/call_log.js @@ -0,0 +1,8 @@ +// Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors +// For license information, please see license.txt + +frappe.ui.form.on('Call Log', { + // refresh: function(frm) { + + // } +}); diff --git a/erpnext/communication/doctype/call_log/call_log.json b/erpnext/communication/doctype/call_log/call_log.json index c3d6d07fa54..110030d3de6 100644 --- a/erpnext/communication/doctype/call_log/call_log.json +++ b/erpnext/communication/doctype/call_log/call_log.json @@ -79,7 +79,8 @@ "read_only": 1 } ], - "modified": "2019-06-17 09:02:48.150383", + "in_create": 1, + "modified": "2019-07-01 09:09:48.516722", "modified_by": "Administrator", "module": "Communication", "name": "Call Log",