From 6349f29aedc2eec817786dffbe245db54eff0731 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Sat, 30 Jul 2022 14:26:37 +0530 Subject: [PATCH] fix: Remove option from Communication Medium --- .../communication_medium/communication_medium.json | 2 +- .../erpnext_integrations/erpnext_integrations.json | 11 ----------- erpnext/www/lms/__init__.py | 0 3 files changed, 1 insertion(+), 12 deletions(-) create mode 100644 erpnext/www/lms/__init__.py diff --git a/erpnext/communication/doctype/communication_medium/communication_medium.json b/erpnext/communication/doctype/communication_medium/communication_medium.json index 1e1fe3bf49..b6b9c7e434 100644 --- a/erpnext/communication/doctype/communication_medium/communication_medium.json +++ b/erpnext/communication/doctype/communication_medium/communication_medium.json @@ -61,7 +61,7 @@ "fieldname": "communication_channel", "fieldtype": "Select", "label": "Communication Channel", - "options": "\nExotel" + "options": "" } ], "links": [], diff --git a/erpnext/erpnext_integrations/workspace/erpnext_integrations/erpnext_integrations.json b/erpnext/erpnext_integrations/workspace/erpnext_integrations/erpnext_integrations.json index 1f2619b9a6..c5faa2d59e 100644 --- a/erpnext/erpnext_integrations/workspace/erpnext_integrations/erpnext_integrations.json +++ b/erpnext/erpnext_integrations/workspace/erpnext_integrations/erpnext_integrations.json @@ -77,17 +77,6 @@ "link_type": "DocType", "onboard": 0, "type": "Link" - }, - { - "dependencies": "", - "hidden": 0, - "is_query_report": 0, - "label": "Exotel Settings", - "link_count": 0, - "link_to": "Exotel Settings", - "link_type": "DocType", - "onboard": 0, - "type": "Link" } ], "modified": "2022-01-13 17:35:35.508718", diff --git a/erpnext/www/lms/__init__.py b/erpnext/www/lms/__init__.py new file mode 100644 index 0000000000..e69de29bb2