fix: linter, sider fixes
This commit is contained in:
parent
f1f3e035a6
commit
1ab5b7a811
@ -145,7 +145,7 @@ class CallPopup {
|
||||
'label': 'Call Type',
|
||||
'fieldtype': 'Link',
|
||||
'options': 'Telephony Call Type',
|
||||
},{
|
||||
}, {
|
||||
'fieldtype': 'Section Break',
|
||||
'hide_border': 1,
|
||||
}, {
|
||||
|
@ -4,5 +4,6 @@
|
||||
# import frappe
|
||||
from frappe.model.document import Document
|
||||
|
||||
|
||||
class TelephonyCallType(Document):
|
||||
pass
|
||||
|
@ -4,5 +4,6 @@
|
||||
# import frappe
|
||||
import unittest
|
||||
|
||||
|
||||
class TestTelephonyCallType(unittest.TestCase):
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user