Index: vhTest/Integratie/Productie/Planning/ActieveBatches/Taorbox/Aansturing/Test004MetGekoppeldeMat.cls.xml =================================================================== diff -u -r62406 -r62407 --- vhTest/Integratie/Productie/Planning/ActieveBatches/Taorbox/Aansturing/Test004MetGekoppeldeMat.cls.xml (.../Test004MetGekoppeldeMat.cls.xml) (revision 62406) +++ vhTest/Integratie/Productie/Planning/ActieveBatches/Taorbox/Aansturing/Test004MetGekoppeldeMat.cls.xml (.../Test004MetGekoppeldeMat.cls.xml) (revision 62407) @@ -11,15 +11,15 @@ #define Taorbox1 1245218 - set LegraboxenPerToeleveringArray = ##class(vhTest.Integratie.Productie.Setup.ProductenPerToeleveringArray).%New() + set TAORboxenPerToeleveringArray = ##class(vhTest.Integratie.Productie.Setup.ProductenPerToeleveringArray).%New() - set Legraboxen = ##class(vhTest.Integratie.Productie.Setup.ProductInfoLijst).%New() + set TAORboxen = ##class(vhTest.Integratie.Productie.Setup.ProductInfoLijst).%New() - do Legraboxen.Insert( ##class(vhTest.Integratie.Productie.Setup.ProductInfo).%New(..MaakProduct(..GeefTaxLade()),$$$Aantal) ) + do TAORboxen.Insert( ##class(vhTest.Integratie.Productie.Setup.ProductInfo).%New(..MaakProduct(..GeefTaxLade()),$$$Aantal) ) - do LegraboxenPerToeleveringArray.SetAt(Legraboxen,$$$ToeleveringID) + do TAORboxenPerToeleveringArray.SetAt(TAORboxen,$$$ToeleveringID) - quit LegraboxenPerToeleveringArray + quit TAORboxenPerToeleveringArray ]]>