Index: WSimpl/ECON/Kenmerken/ZijkantLogoService/GeefZijkantLogosVoorKlant.cls.xml =================================================================== diff -u -r53583 -r53907 --- WSimpl/ECON/Kenmerken/ZijkantLogoService/GeefZijkantLogosVoorKlant.cls.xml (.../GeefZijkantLogosVoorKlant.cls.xml) (revision 53583) +++ WSimpl/ECON/Kenmerken/ZijkantLogoService/GeefZijkantLogosVoorKlant.cls.xml (.../GeefZijkantLogosVoorKlant.cls.xml) (revision 53907) @@ -44,7 +44,7 @@ Set ZijkantLogoIterator = ..ZijkantLogoRepository.ZoekViaPersonalityID(Personality.GeefID()) } Else { ;#dim KlantID As %String = ..LegacyPartijAPI.GeefKlantPartijID(Request.Header.KlantId) - Set ZijkantLogoIterator = ..ZijkantLogoRepository.ZoekViaKlantID(Request.Header.KlantId) + Set ZijkantLogoIterator = ..ZijkantLogoRepository.ZoekViaKlantID(+Request.Header.KlantId) } Quit ..MaakResponse(ZijkantLogoIterator)