From 520c403a05bd2e5e9357b4d188ddc2c044bc6ce2 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Mon, 17 Jun 2019 13:02:49 +0530 Subject: [PATCH 1/2] Delete call_log.js --- erpnext/communication/doctype/call_log/call_log.js | 8 -------- 1 file changed, 8 deletions(-) delete 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 deleted file mode 100644 index 0018516ec0..0000000000 --- a/erpnext/communication/doctype/call_log/call_log.js +++ /dev/null @@ -1,8 +0,0 @@ -// 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) { - - // } -}); From 2e968ece1a879eaba980359e3366af890c685804 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Mon, 17 Jun 2019 13:03:44 +0530 Subject: [PATCH 2/2] Delete test_call_log.py --- .../communication/doctype/call_log/test_call_log.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 erpnext/communication/doctype/call_log/test_call_log.py diff --git a/erpnext/communication/doctype/call_log/test_call_log.py b/erpnext/communication/doctype/call_log/test_call_log.py deleted file mode 100644 index dcc982c000..0000000000 --- a/erpnext/communication/doctype/call_log/test_call_log.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and Contributors -# See license.txt -from __future__ import unicode_literals - -# import frappe -import unittest - -class TestCallLog(unittest.TestCase): - pass