Index: AXimpl/Utils.cls.xml =================================================================== diff -u -r45161 -r45843 --- AXimpl/Utils.cls.xml (.../Utils.cls.xml) (revision 45161) +++ AXimpl/Utils.cls.xml (.../Utils.cls.xml) (revision 45843) @@ -391,7 +391,7 @@ #dim VoorraadBewegingDatum As %Date = ..GeefVoorraadBewegingDatum(Product.BasisGetObjectId()) If ((VoorraadBewegingDatum > (..DateTimeApi.CurrentDate() - 180)) && (StockNietStock = 1)) { Set ItemBuyerGroupId = "Nieuw" - } ElseIf ((Product.Basis.Uitverkoop '= "") && (Product.Basis.Uitverkoop '= "***") && (StockNietStock = 1)) { + } ElseIf ((+Product.Basis.Uitverkoop '= 0) && (StockNietStock = 1)) { Set ItemBuyerGroupId = "Uitlopend" } ElseIf (((Leverancier = "7580") || (Leverancier = "7560") || (Leverancier = "7551")) && (StockNietStock = 1)){ Set ItemBuyerGroupId = "Nieuw" Index: vhUnitTest/AXimpl/Utils/ConvertItemBuyerGroupId/Test.cls.xml =================================================================== diff -u -r44854 -r45843 --- vhUnitTest/AXimpl/Utils/ConvertItemBuyerGroupId/Test.cls.xml (.../Test.cls.xml) (revision 44854) +++ vhUnitTest/AXimpl/Utils/ConvertItemBuyerGroupId/Test.cls.xml (.../Test.cls.xml) (revision 45843) @@ -125,7 +125,7 @@ ]]> - +