Index: APPS/TRANSP/Offerte/impl/DHL/TransportduurRepository.cls.xml =================================================================== diff -u -r36288 -r36291 --- APPS/TRANSP/Offerte/impl/DHL/TransportduurRepository.cls.xml (.../TransportduurRepository.cls.xml) (revision 36288) +++ APPS/TRANSP/Offerte/impl/DHL/TransportduurRepository.cls.xml (.../TransportduurRepository.cls.xml) (revision 36291) @@ -44,8 +44,10 @@ if LandCode = "PL" { Set PostCode = $Replace(PostCode,"-","") } - Set PostCode = $Extract(PostCode,0,..GeefPostCodeLengte(LandCode)) - Set PostCode = ##class(TECH.StringUtils).AlignRight(PostCode,0,..GeefPostCodeLengte(LandCode)) + if LandCode '= "IE" { + Set PostCode = $Extract(PostCode,0,..GeefPostCodeLengte(LandCode)) + Set PostCode = ##class(TECH.StringUtils).AlignRight(PostCode,0,..GeefPostCodeLengte(LandCode)) + } Quit ##class(TECH.StringUtils).ToUpper(PostCode) ]]>