Index: AXimpl/PM/SchaduwPrijs/AXProductIterator.cls.xml =================================================================== diff -u -r67075 -r71062 --- AXimpl/PM/SchaduwPrijs/AXProductIterator.cls.xml (.../AXProductIterator.cls.xml) (revision 67075) +++ AXimpl/PM/SchaduwPrijs/AXProductIterator.cls.xml (.../AXProductIterator.cls.xml) (revision 71062) @@ -64,7 +64,7 @@ _" on dim.ConfigId=Kenmerk.ConfigId and sl.ITEMID=Kenmerk.ITEMID and dim.ConfigId<>'' and kenmerk.Partition=sl.Partition" _" where resProductMaster.INSTANCERELATIONTYPE = 3267 and resproductmaster.ADUCALCTECHNOLOGYBOMBOL = 2 and resproductmaster.PARTITION = 5637144576" _" and i.DATAAREAID = 'vhbe' " - _" and (sl.CREATEDDATETIME >= '"_$zd(VanafDatum,3)_"' or sl.MODIFIEDDATETIME >= '"_$zd(VanafDatum,3)_"')" + _" and (sl.CREATEDDATETIME >= '"_$zd(VanafDatum,3)_"')" // or sl.MODIFIEDDATETIME >= '"_$zd(VanafDatum,3)_"' Set ..ResultSet = ..SqlQueryConnection.GetResultSet(SqlStatement) ]]> Index: WSimpl/PM/Maatwerk/MaatwerkService/DotNet/GeefMaatwerkDetails.cls.xml =================================================================== diff -u -r70980 -r71062 --- WSimpl/PM/Maatwerk/MaatwerkService/DotNet/GeefMaatwerkDetails.cls.xml (.../GeefMaatwerkDetails.cls.xml) (revision 70980) +++ WSimpl/PM/Maatwerk/MaatwerkService/DotNet/GeefMaatwerkDetails.cls.xml (.../GeefMaatwerkDetails.cls.xml) (revision 71062) @@ -175,7 +175,7 @@ Set Convertor = ##class(DOTNET.PM.Maatwerk.Converter.DomNaarDotnet).%New() Set IngegevenKenmerken.VersieNr = 0 - Set Request.Aantal = Aantal + Set Request.Aantal = $Select(Aantal=0:1,1:Aantal) Set Request.IngegevenKenmerken = Convertor.Converteer(IngegevenKenmerken) Set Request.IsSchaduwBerekening = IsSchaduwBerekening Set Request.KlantID = ..GeefKlantNummer(KlantID)