Fixes: 1) Correct line references in locale files for consistency; Extra: Improve formatting and alignment of string segments for clarity and maintainability;
5 lines
168 B
Python
5 lines
168 B
Python
from core.models import CustomerRelationshipManagementProvider
|
|
|
|
|
|
def any_crm_integrations() -> bool:
|
|
return CustomerRelationshipManagementProvider.objects.exists()
|