Index: APPS/TRANSP/Transsmart/impl/ResponseControleur.cls.xml =================================================================== diff -u -r68592 -r68595 --- APPS/TRANSP/Transsmart/impl/ResponseControleur.cls.xml (.../ResponseControleur.cls.xml) (revision 68592) +++ APPS/TRANSP/Transsmart/impl/ResponseControleur.cls.xml (.../ResponseControleur.cls.xml) (revision 68595) @@ -12,7 +12,7 @@ #dim BevatFout As %Boolean = $$$False if Response.%ClassName(1) = "WS.Transsmart.tns.doManifestResponse" { #dim ManifResponse as WS.Transsmart.tns.doManifestResponse = Response - if (ManifResponse.manifestResponseInfo.Status = "ERROR") & ManifResponse.manifestResponseInfo.description = "TMEM2: no shipments to manifest found for client [VANHOECKE] / costcenter [30467] / carrier [DAC] / receiverCountry []" { + if (ManifResponse.manifestResponseInfo.status = "ERROR") & (ManifResponse.manifestResponseInfo.description = "TMEM2: no shipments to manifest found for client [VANHOECKE] / costcenter [30467] / carrier [DAC] / receiverCountry []") { ; no shipments to manifest, not an error } else { If $$$Not(##class(TECH.StringUtils).Equals(ManifResponse.manifestResponseInfo.status, "OK")){