Index: DOM/VKP/Klant/impl/KlantAdresRepository.cls.xml =================================================================== diff -u -r29059 -r49726 --- DOM/VKP/Klant/impl/KlantAdresRepository.cls.xml (.../KlantAdresRepository.cls.xml) (revision 29059) +++ DOM/VKP/Klant/impl/KlantAdresRepository.cls.xml (.../KlantAdresRepository.cls.xml) (revision 49726) @@ -22,6 +22,8 @@ KlantID:DOM.VKP.VanHoeckeKlantID,LeverAdresID:%String DOM.VKP.LeverAdres 1000 ##class(DOM.VKP.impl.LeverAdresRepository).%New().GeefViaAXLeverAdresId(LeverAdresID) + #Dim Klant As DOM.VKP.Klant = ..VerkoopAPI.GeefKlant(KlantID) #Dim LeverAdres As DOM.VKP.LeverAdres = "" #Dim Iterator As TECH.ListIterator = ##class(TECH.ListIterator).%New(Klant.GeefLeverAdressen())