fix: Add Exotel Settings to integration module (#19025)

* fix: Add Exotel Settings to integration module

* fix: Add description
This commit is contained in:
Suraj Shetty 2019-09-13 12:27:00 +05:30 committed by Nabin Hait
parent 6996c2d17d
commit f8899827e0

View File

@ -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"),
}
]
}