fix: User cannot create call log
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 0000000..0018516
--- /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 c3d6d07..110030d 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",