Index: vhTest/Integratie/Productie/Planning/ActieveBatches/Common/Aansturing/TestBase.cls.xml =================================================================== diff -u -r39006 -r44418 --- vhTest/Integratie/Productie/Planning/ActieveBatches/Common/Aansturing/TestBase.cls.xml (.../TestBase.cls.xml) (revision 39006) +++ vhTest/Integratie/Productie/Planning/ActieveBatches/Common/Aansturing/TestBase.cls.xml (.../TestBase.cls.xml) (revision 44418) @@ -436,8 +436,9 @@ While (ProductIterator.HasNext()) { #dim Product As DOM.PM.Product = ProductIterator.Next() - If ##class(DOM.DomeinContext).Instance().GeefProductAPI().BestaatProduct(Product.GeefID()) { - Do DELETE^PRODUKT2(Product.GeefID()) + #dim ProductId As %String = Product.GeefID() + If (+ProductId >= 9000000) && ##class(DOM.DomeinContext).Instance().GeefProductAPI().BestaatProduct(ProductId) { + Do DELETE^PRODUKT2(ProductId) } } ]]>