Skip to content

Commit

Permalink
Merge pull request #529 from frappe/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik authored Jan 11, 2025
2 parents 1f889d7 + d1588ca commit ad9a2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crm/api/whatsapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def is_whatsapp_installed():
def get_whatsapp_messages(reference_doctype, reference_name):
# twilio integration app is not compatible with crm app
# crm has its own twilio integration in built
if "twilio-integration" in frappe.get_installed_apps():
if "twilio_integration" in frappe.get_installed_apps():
return []
if not frappe.db.exists("DocType", "WhatsApp Message"):
return []
Expand Down

0 comments on commit ad9a2eb

Please sign in to comment.