From f8899827e0aff2c258e4d404f0f1019237307e2a Mon Sep 17 00:00:00 2001 From: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com> Date: Fri, 13 Sep 2019 12:27:00 +0530 Subject: [PATCH] fix: Add Exotel Settings to integration module (#19025) * fix: Add Exotel Settings to integration module * fix: Add description --- erpnext/config/integrations.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/erpnext/config/integrations.py b/erpnext/config/integrations.py index 52c9ab8e46c..f8b3257b5c2 100644 --- a/erpnext/config/integrations.py +++ b/erpnext/config/integrations.py @@ -40,6 +40,11 @@ def get_data(): "type": "doctype", "name": "Plaid Settings", "description": _("Connect your bank accounts to ERPNext"), + }, + { + "type": "doctype", + "name": "Exotel Settings", + "description": _("Connect your Exotel Account to ERPNext and track call logs"), } ] }