Index: APPS/common/KlantInstellingenService.cls.xml =================================================================== diff -u -r31276 -r38539 --- APPS/common/KlantInstellingenService.cls.xml (.../KlantInstellingenService.cls.xml) (revision 31276) +++ APPS/common/KlantInstellingenService.cls.xml (.../KlantInstellingenService.cls.xml) (revision 38539) @@ -17,6 +17,12 @@ + +1 +KlantNr:%String,Adres:DOM.VKP.LeverAdres +DOM.VKP.LeverAdres + + 1 KlantID:DOM.VKP.VanHoeckeKlantID Index: vhTest/Mock/APPS/common/KlantInstellingenService.cls.xml =================================================================== diff -u -r31276 -r38539 --- vhTest/Mock/APPS/common/KlantInstellingenService.cls.xml (.../KlantInstellingenService.cls.xml) (revision 31276) +++ vhTest/Mock/APPS/common/KlantInstellingenService.cls.xml (.../KlantInstellingenService.cls.xml) (revision 38539) @@ -91,6 +91,13 @@ + + +KlantNr:%String,Adres:DOM.VKP.LeverAdres +DOM.VKP.LeverAdres + + Index: APPS/common/impl/KlantInstellingenService.cls.xml =================================================================== diff -u -r38401 -r38539 --- APPS/common/impl/KlantInstellingenService.cls.xml (.../KlantInstellingenService.cls.xml) (revision 38401) +++ APPS/common/impl/KlantInstellingenService.cls.xml (.../KlantInstellingenService.cls.xml) (revision 38539) @@ -22,19 +22,27 @@ KlantNr:%String,Adres:DOM.VKP.LeverAdres %Boolean + + + + +KlantNr:%String,Adres:DOM.VKP.LeverAdres +DOM.VKP.LeverAdres Index: vhUnitTest/APPS/OV/TestKlantInstellingenService.cls.xml =================================================================== diff -u -r29059 -r38539 --- vhUnitTest/APPS/OV/TestKlantInstellingenService.cls.xml (.../TestKlantInstellingenService.cls.xml) (revision 29059) +++ vhUnitTest/APPS/OV/TestKlantInstellingenService.cls.xml (.../TestKlantInstellingenService.cls.xml) (revision 38539) @@ -36,10 +36,30 @@ Set LeverAdres = "" Set LeverAdres = ..GeefLeverAdres() Set LeverAdres.Straat = "Nieuwe Straat" - Do $$$AssertFalse(KlantInstellingenService.BestaatLeverAdres(KlantID,LeverAdres),"Nieuw LeverAdres niet bestaat.") + Do $$$AssertFalse(KlantInstellingenService.BestaatLeverAdres(KlantID,LeverAdres),"Nieuw LeverAdres bestaat niet.") ]]> + + + + DOM.VKP.LeverAdres