Index: AXimpl/Utils.cls.xml =================================================================== diff -u -r48231 -r48232 --- AXimpl/Utils.cls.xml (.../Utils.cls.xml) (revision 48231) +++ AXimpl/Utils.cls.xml (.../Utils.cls.xml) (revision 48232) @@ -465,7 +465,7 @@ Set ItemBuyerGroupId = "NOKSOPR" } Else{ #dim VoorraadBewegingDatum As %Date = ..GeefVoorraadBewegingDatum(Product.BasisGetObjectId()) - If ((VoorraadBewegingDatum > (..DateTimeApi.CurrentDate() - 180)) && (StockNietStock = 1) && $$$Not(LinkType = "S")) { + If (((VoorraadBewegingDatum > (..DateTimeApi.CurrentDate() - 180)) && (StockNietStock = 1) && $$$Not(LinkType = "S")) || (VoorraadBewegingDatum = "")) { Set ItemBuyerGroupId = "NOKNieuw" } ElseIf (((Leverancier = "7580") || (Leverancier = "7560") || (Leverancier = "7551")) && (StockNietStock = 1)){ Set ItemBuyerGroupId = "NOKNieuw"