Index: APPS/VKP/Offerte/impl/KlantBestellingNaarLeverancierOfferteConverterFactory.cls.xml =================================================================== diff -u -r46836 -r47265 --- APPS/VKP/Offerte/impl/KlantBestellingNaarLeverancierOfferteConverterFactory.cls.xml (.../KlantBestellingNaarLeverancierOfferteConverterFactory.cls.xml) (revision 46836) +++ APPS/VKP/Offerte/impl/KlantBestellingNaarLeverancierOfferteConverterFactory.cls.xml (.../KlantBestellingNaarLeverancierOfferteConverterFactory.cls.xml) (revision 47265) @@ -36,7 +36,7 @@ #dim LeverancierPersonality As DOM.common.Personality = ..PersonalityRepo.GeefViaID(KlantBestelling.GeefPersonality().GeefLeverancierData().PersonalityId) - #dim WebshopVersie As APPS.EC.enu.WebshopVersie = ..WebshopService.GeefVersie(LeverancierPersonality) + #dim WebshopVersie As APPS.EC.enu.WebshopVersie = $$$If(KlantBestelling.GeefExterneId()="","V3","V4") if WebshopVersie = ##class(APPS.EC.enu.WebshopVersie).V3() { set Converter = ##class(APPS.VKP.Offerte.impl.KlantBestellingNaarLeverancierOfferteConverterVhisie3).%New()