Index: vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator/GenereerOptiesVoorLade/Test.cls.xml =================================================================== diff -u -r71892 -r72011 --- vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator/GenereerOptiesVoorLade/Test.cls.xml (.../Test.cls.xml) (revision 71892) +++ vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator/GenereerOptiesVoorLade/Test.cls.xml (.../Test.cls.xml) (revision 72011) @@ -75,16 +75,16 @@ - + ToeleveringId:%String,ToeleveringLijn:vhUnitTest.APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator.ProductOptiesGenerator.GenereerOptiesVoorLade.ToeleveringLijnMock="" 1 vhTest.Mock.DOM.AKP.Toelevering @@ -181,12 +177,12 @@ -ToeleveringId:%String,SequentieNummer:%Integer,ProductId:%String,DnaCode:%String +SequentieNummer:%Integer,ProductId:%String,DnaCode:%String 1 vhTest.Mock.APPS.Halux.AAP.DnaCodeService Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator.cls.xml =================================================================== diff -u -r71892 -r72011 --- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator.cls.xml (.../ProductOptiesGenerator.cls.xml) (revision 71892) +++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator.cls.xml (.../ProductOptiesGenerator.cls.xml) (revision 72011) @@ -41,7 +41,7 @@ #dim SequentieNummerLade As %Integer = UitvoeringInfo.SequentieNummerLade #dim Product As DOM.PM.MaatwerkProduct = ..ProductApi.GeefProduct(UitvoeringInfo.ProductID) - Do ##class(TECH.ListUtils).AppendList(Opties, ..GeefOptiesVoorDnaCodeEnPin(Toelevering.GeefID(), Product.GeefID(), UitvoeringInfo.SequentieNummer, SequentieNummerLade)) + Do ##class(TECH.ListUtils).AppendList(Opties, ..GeefOptiesVoorDnaCodeEnPin(UitvoeringInfo, Product.GeefID())) Do ##class(TECH.ListUtils).AppendList(Opties, ..GeefOptiesVoorAxInventTransIdEnAxConfigId(Toelevering, Product, SequentieNummerLade)) Do Opties.Insert(..GeefOptieVoorLade(..PrependNul(SequentieNummerLade), "-" _ "Korttekst", Product.GeefKorttekst())) @@ -58,18 +58,18 @@ -ToeleveringId:%String,ProductId:%String,SequentieNummerBinnenBatch:%String,SequentieNummerLade:%String +UitvoeringInfo:APPS.Halux.PPS.Activiteit.impl.common.dto.BatchNaarObjectiveUitvoeringInfo,ProductId:%String 1 %ListOfObjects