mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 07:29:22 +00:00
fix: Add Exotel Settings to integration module (#19025)
* fix: Add Exotel Settings to integration module * fix: Add description
This commit is contained in:
@@ -40,6 +40,11 @@ def get_data():
|
|||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Plaid Settings",
|
"name": "Plaid Settings",
|
||||||
"description": _("Connect your bank accounts to ERPNext"),
|
"description": _("Connect your bank accounts to ERPNext"),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Exotel Settings",
|
||||||
|
"description": _("Connect your Exotel Account to ERPNext and track call logs"),
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user