Add comment

This commit is contained in:
Christian Cueni 2024-11-25 08:03:41 +01:00
parent e87ab1da57
commit 1a909431cf
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ def create_or_sync_learning_mentor(
)
# Check if it is a valid organisation
# ids < 4 are "andere Broker/Krankenversicherer"
if organisation and organisation.organisation_id < 4:
logger.error("Invalid organisation", org=organisation)
return False