add chrono & welco as backoffice servives

This commit is contained in:
Frédéric Péters 2017-12-19 16:34:36 +01:00
parent a232cdd8ef
commit 35851aba47
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ def is_coming_for(request):
if target_service:
if target_service.get('is-portal-agent'):
return 'backoffice'
if service_type in ('hobo', 'passerelle'):
if service_type in ('hobo', 'passerelle', 'welco', 'chrono'):
return 'backoffice'
break