Index: APPS/EDI/Bestel/impl/BestelService/UnishopBesteller.cls.xml =================================================================== diff -u -r51983 -r52223 --- APPS/EDI/Bestel/impl/BestelService/UnishopBesteller.cls.xml (.../UnishopBesteller.cls.xml) (revision 51983) +++ APPS/EDI/Bestel/impl/BestelService/UnishopBesteller.cls.xml (.../UnishopBesteller.cls.xml) (revision 52223) @@ -191,7 +191,7 @@ Set Exceptions = ##class(TECH.ExceptionList).%New() #dim ExceptionsSmijten As %Boolean = $$$False #dim ProbleemLijnen As %String = "" - If ..ProductValidator.IsValid(Lijn.Product, .Exceptions) { + If ..ProductValidator.IsValid(Lijn.Product, .Exceptions, ConvertOpties) { #dim IngegevenKenmerken As APPS.PM.Maatwerk.dto.IngegevenKenmerken = ..ProductConverter.Convert(Lijn.Product,ConvertOpties) Do ..OfferteService.VoegToeMaatwerk(Offerte,IngegevenKenmerken,Lijn.Aantal,Lijn.Referentie) } Else { Index: APPS/EDI/common/impl/ProductValidator.cls.xml =================================================================== diff -u -r52221 -r52223 --- APPS/EDI/common/impl/ProductValidator.cls.xml (.../ProductValidator.cls.xml) (revision 52221) +++ APPS/EDI/common/impl/ProductValidator.cls.xml (.../ProductValidator.cls.xml) (revision 52223) @@ -3,13 +3,30 @@ TECH.Mockable + +APPS.EDI.common.impl.Validator.RughoogteValidator +1 + + + +RughoogteValidator:APPS.EDI.common.impl.Validator.RughoogteValidator +1 +1 +%Status +1 + + + - + %Boolean 0,$$$false,$$$true) ]]> Index: vhTest/Mock/APPS/EDI/common/impl/ProductValidator.cls.xml =================================================================== diff -u -r52221 -r52223 --- vhTest/Mock/APPS/EDI/common/impl/ProductValidator.cls.xml (.../ProductValidator.cls.xml) (revision 52221) +++ vhTest/Mock/APPS/EDI/common/impl/ProductValidator.cls.xml (.../ProductValidator.cls.xml) (revision 52223) @@ -9,9 +9,9 @@ right - + %Boolean -