Merge branch 'call-summary-dialog' of github.com:surajshetty3416/erpnext into call-summary-dialog

This commit is contained in:
Suraj Shetty 2019-06-17 14:17:26 +05:30
commit db26191937
2 changed files with 0 additions and 18 deletions

View File

@ -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) {
// }
});

View File

@ -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