Index: APPS/TRANSP/Transsmart/impl/ResponseControleur.cls.xml =================================================================== diff -u -r72373 -r72623 --- APPS/TRANSP/Transsmart/impl/ResponseControleur.cls.xml (.../ResponseControleur.cls.xml) (revision 72373) +++ APPS/TRANSP/Transsmart/impl/ResponseControleur.cls.xml (.../ResponseControleur.cls.xml) (revision 72623) @@ -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]") { ; no shipments to manifest, not an error } else { If $$$Not(##class(TECH.StringUtils).Equals(ManifResponse.manifestResponseInfo.status, "OK")){