Index: vhTest/Integratie/Productie/Planning/ActieveBatches/Taorbox/Aansturing/Test002FlatpackProcomMetOnderdelen.cls.xml =================================================================== diff -u -r38480 -r38497 --- vhTest/Integratie/Productie/Planning/ActieveBatches/Taorbox/Aansturing/Test002FlatpackProcomMetOnderdelen.cls.xml (.../Test002FlatpackProcomMetOnderdelen.cls.xml) (revision 38480) +++ vhTest/Integratie/Productie/Planning/ActieveBatches/Taorbox/Aansturing/Test002FlatpackProcomMetOnderdelen.cls.xml (.../Test002FlatpackProcomMetOnderdelen.cls.xml) (revision 38497) @@ -12,48 +12,14 @@ #dim LadesPerToelevering As vhTest.Integratie.Productie.Setup.ProductenPerToeleveringArray = ##class(vhTest.Integratie.Productie.Setup.ProductenPerToeleveringArray).%New() #dim Lades As vhTest.Integratie.Productie.Setup.ProductInfoLijst = ##class(vhTest.Integratie.Productie.Setup.ProductInfoLijst).%New() - #dim ProductID As %String = ..MaakProduct(..GeefIngegevenKenmerken()) + #dim ProcomLade As DOM.PM.Maatwerk.Calc.Common.impl.TAORKenmerken = ##class(vhTest.Utils.DOM.PM.Maatwerk.Calc.Common.impl.TAORKenmerken).StandaardLadeVerpaktIn(##class(DOM.PM.enu.TAORVerpakkingType).Probox()) - Do Lades.Insert(##class(vhTest.Integratie.Productie.Setup.ProductInfo).%New(ProductID,$$$Aantal)) + Do Lades.Insert(##class(vhTest.Integratie.Productie.Setup.ProductInfo).%New(..MaakProduct(ProcomLade),$$$Aantal)) Do LadesPerToelevering.SetAt(Lades, $$$ToeleveringID) Quit LadesPerToelevering ]]> - - -DOM.PM.Maatwerk.Calc.Common.impl.TAORKenmerken - -