Index: vhUnitTest/APPS/Halux/PPS/TAORVerpakking/TestDoos.cls.xml =================================================================== diff -u -r32926 -r33045 --- vhUnitTest/APPS/Halux/PPS/TAORVerpakking/TestDoos.cls.xml (.../TestDoos.cls.xml) (revision 32926) +++ vhUnitTest/APPS/Halux/PPS/TAORVerpakking/TestDoos.cls.xml (.../TestDoos.cls.xml) (revision 33045) @@ -141,12 +141,11 @@ ]]> - + Index: APPS/Halux/PPS/TAORVerpakking/impl/DoosBerekenaar.cls.xml =================================================================== diff -u -r32925 -r33045 --- APPS/Halux/PPS/TAORVerpakking/impl/DoosBerekenaar.cls.xml (.../DoosBerekenaar.cls.xml) (revision 32925) +++ APPS/Halux/PPS/TAORVerpakking/impl/DoosBerekenaar.cls.xml (.../DoosBerekenaar.cls.xml) (revision 33045) @@ -83,7 +83,7 @@ If (..HeeftGlijder() || ..HeeftBodemOndersteuningDieMoetVerpaktWorden()) { Set DoosLosseOnderdelen = ##class(APPS.Halux.PPS.TAORVerpakking.impl.DoosLosseOnderdelen).%New() - If ((..IngegevenKenmerken.LadeDiepte = ..Enum.LadeDiepte.LadeDiepte550) && $Data(^zStandaardHuls(..ProductID))) { + If (..IngegevenKenmerken.LadeDiepte = ..Enum.LadeDiepte.LadeDiepte550) { Set DoosLosseOnderdelen.IsStandaardHuls = $$$true Set DoosLosseOnderdelen.BreedteAndere = 40 Set DoosLosseOnderdelen.BreedteCorpusProfiel = 65 Index: vhTest/Integratie/Productie/Planning/ActieveBatches/Taorbox/Aansturing/TestStandaardHulzen.cls.xml =================================================================== diff -u -r30630 -r33045 --- vhTest/Integratie/Productie/Planning/ActieveBatches/Taorbox/Aansturing/TestStandaardHulzen.cls.xml (.../TestStandaardHulzen.cls.xml) (revision 30630) +++ vhTest/Integratie/Productie/Planning/ActieveBatches/Taorbox/Aansturing/TestStandaardHulzen.cls.xml (.../TestStandaardHulzen.cls.xml) (revision 33045) @@ -3,11 +3,6 @@ vhTest.Integratie.Productie.Planning.ActieveBatches.Taorbox.Aansturing.TestBase - -%ListOfDataTypes -1 - - aTestCase:%String aTestCase:%String - @@ -49,10 +37,6 @@ #dim TAORProductNummer As TECH.String = ..MaakProduct(TAORKenmerken) #dim TAORProduct As vhTest.Integratie.Productie.Setup.ProductInfo = ##class(vhTest.Integratie.Productie.Setup.ProductInfo).%New(TAORProductNummer, ..#Aantal) - do ..GemaakteProductIDs.Insert(TAORProductNummer) - - set ^zStandaardHuls(TAORProductNummer) = 1 - do TAORBoxenLijst.Insert(TAORProduct) }