mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
fix: linter, sider fixes
This commit is contained in:
@@ -145,7 +145,7 @@ class CallPopup {
|
|||||||
'label': 'Call Type',
|
'label': 'Call Type',
|
||||||
'fieldtype': 'Link',
|
'fieldtype': 'Link',
|
||||||
'options': 'Telephony Call Type',
|
'options': 'Telephony Call Type',
|
||||||
},{
|
}, {
|
||||||
'fieldtype': 'Section Break',
|
'fieldtype': 'Section Break',
|
||||||
'hide_border': 1,
|
'hide_border': 1,
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
@@ -4,5 +4,6 @@
|
|||||||
# import frappe
|
# import frappe
|
||||||
from frappe.model.document import Document
|
from frappe.model.document import Document
|
||||||
|
|
||||||
|
|
||||||
class TelephonyCallType(Document):
|
class TelephonyCallType(Document):
|
||||||
pass
|
pass
|
||||||
|
|||||||
@@ -4,5 +4,6 @@
|
|||||||
# import frappe
|
# import frappe
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
|
|
||||||
class TestTelephonyCallType(unittest.TestCase):
|
class TestTelephonyCallType(unittest.TestCase):
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user