Index: vhTest/Integratie/Productie/Planning/ActieveBatches/Taorbox/Aansturing/Test001Valigne.cls.xml =================================================================== diff -u -r31673 -r32567 --- vhTest/Integratie/Productie/Planning/ActieveBatches/Taorbox/Aansturing/Test001Valigne.cls.xml (.../Test001Valigne.cls.xml) (revision 31673) +++ vhTest/Integratie/Productie/Planning/ActieveBatches/Taorbox/Aansturing/Test001Valigne.cls.xml (.../Test001Valigne.cls.xml) (revision 32567) @@ -21,15 +21,15 @@ #define Taorbox1 1141223 #define Taorbox2 1066928 - set LegraboxenPerToeleveringArray = ##class(vhTest.Integratie.Productie.Setup.ProductenPerToeleveringArray).%New() + set LadenPerToeleveringArray = ##class(vhTest.Integratie.Productie.Setup.ProductenPerToeleveringArray).%New() - set Legraboxen = ##class(vhTest.Integratie.Productie.Setup.ProductInfoLijst).%New() + set Laden = ##class(vhTest.Integratie.Productie.Setup.ProductInfoLijst).%New() - do Legraboxen.Insert( ##class(vhTest.Integratie.Productie.Setup.ProductInfo).%New($$$Taorbox1,$$$Aantal) ) - do Legraboxen.Insert( ##class(vhTest.Integratie.Productie.Setup.ProductInfo).%New($$$Taorbox2,$$$Aantal) ) - do LegraboxenPerToeleveringArray.SetAt(Legraboxen,$$$ToeleveringID) + do Laden.Insert( ##class(vhTest.Integratie.Productie.Setup.ProductInfo).%New($$$Taorbox1,$$$Aantal) ) + do Laden.Insert( ##class(vhTest.Integratie.Productie.Setup.ProductInfo).%New($$$Taorbox2,$$$Aantal) ) + do LadenPerToeleveringArray.SetAt(Laden, $$$ToeleveringID) - quit LegraboxenPerToeleveringArray + quit LadenPerToeleveringArray ]]>