Index: AXimpl/Utils.cls.xml =================================================================== diff -u -r46453 -r46476 --- AXimpl/Utils.cls.xml (.../Utils.cls.xml) (revision 46453) +++ AXimpl/Utils.cls.xml (.../Utils.cls.xml) (revision 46476) @@ -439,7 +439,7 @@ Set ItemBuyerGroupId = "SOPR" } Else{ #dim VoorraadBewegingDatum As %Date = ..GeefVoorraadBewegingDatum(Product.BasisGetObjectId()) - If ((VoorraadBewegingDatum > (..DateTimeApi.CurrentDate() - 180)) && (StockNietStock = 1)) { + If ((VoorraadBewegingDatum > (..DateTimeApi.CurrentDate() - 180)) && (StockNietStock = 1) && $$$Not(LinkType = "S")) { Set ItemBuyerGroupId = "Nieuw" } ElseIf (((Leverancier = "7580") || (Leverancier = "7560") || (Leverancier = "7551")) && (StockNietStock = 1)){ Set ItemBuyerGroupId = "Nieuw" Index: vhUnitTest/AXimpl/Utils/ConvertItemBuyerGroupId/Test.cls.xml =================================================================== diff -u -r46426 -r46476 --- vhUnitTest/AXimpl/Utils/ConvertItemBuyerGroupId/Test.cls.xml (.../Test.cls.xml) (revision 46426) +++ vhUnitTest/AXimpl/Utils/ConvertItemBuyerGroupId/Test.cls.xml (.../Test.cls.xml) (revision 46476) @@ -65,7 +65,7 @@ ]]> - + - + + + + +