Index: APPS/TRANSP/impl/CommunicatieService.cls.xml =================================================================== diff -u -r71039 -r74677 --- APPS/TRANSP/impl/CommunicatieService.cls.xml (.../CommunicatieService.cls.xml) (revision 71039) +++ APPS/TRANSP/impl/CommunicatieService.cls.xml (.../CommunicatieService.cls.xml) (revision 74677) @@ -36,7 +36,7 @@ If $$$Not(StatusControleur.ZijnAlleStatussenInOrde()) { ; TODO refactor smijten CommunicationException naar visitor.ZijnAlleStatussenInOrde - if ##class(TECH.StringUtils).Equals( Rit.GeefTransporteur(),Transporteur.VRD,Transporteur.DHL,Transporteur.HamannHDE,Transporteur.Dachser,Transporteur.Weiss,Transporteur.Schenker){ + if ##class(TECH.StringUtils).Equals( Rit.GeefTransporteur(),Transporteur.VRD,Transporteur.DHL,Transporteur.HamannHDE,Transporteur.Dachser,Transporteur.Weiss,Transporteur.Schenker,Transporteur.Streck){ Do ##class(TECH.ExceptionHandler).Throw(##class(APPS.TRANSP.Transsmart.Exceptions.CommunicatieException).%New("Rit '"_RitID_"': "_StatusControleur.GeefInfo())) } else { Do ##class(TECH.ExceptionHandler).Throw(##class(APPS.TRANSP.GLS.Exceptions.CommunicatieException).%New("Rit '"_RitID_"': "_StatusControleur.GeefInfo())) @@ -51,7 +51,7 @@ DOM.TRANSP.DistributeurDataVisitor