Index: APPS/Halux/common/impl/ProductieSequentieGroepeerder.cls.xml =================================================================== diff -u -r32565 -r32573 --- APPS/Halux/common/impl/ProductieSequentieGroepeerder.cls.xml (.../ProductieSequentieGroepeerder.cls.xml) (revision 32565) +++ APPS/Halux/common/impl/ProductieSequentieGroepeerder.cls.xml (.../ProductieSequentieGroepeerder.cls.xml) (revision 32573) @@ -287,8 +287,6 @@ #dim SequentieInfo AS APPS.Halux.common.dto.ProductieSequentie = ..GeefSequentieInfoVoorProductieSequentieItem(ProductieSequentieItem) Do ..MaakGroeperingPerToelevering(BatchID, ToeleveringID, ToeleveringLijnID, SequentieInfo) - - Do ##class(Tools.Wlip).%New(42).String("ProductieSequentieGroepeerder->GroepeerPerToelevering->TAOR:::::" _ ProductieSequentieItem.ToeleveringID) } ]]> @@ -298,18 +296,12 @@ GroepeerPerToelevering->Tandem:::::" _ ResultSet) - - While (ResultSet.Next()) { - Do ##class(Tools.Wlip).%New(42).String("ProductieSequentieGroepeerder->GroepeerPerToelevering->Tandem:::::ResultSet Next!!!!!!") - + + While (ResultSet.Next()) { #dim ToeleveringID As %String = ResultSet.GetDataByName("TOENr") #dim ToeleveringLijnID As %String = ResultSet.GetDataByName("TLUNr") #dim SequentieInfo AS APPS.Halux.common.dto.ProductieSequentie = ..GeefSequentieInfoVoorResultSet(ResultSet) - Do ##class(Tools.Wlip).%New(42).String("ProductieSequentieGroepeerder->GroepeerPerToelevering->Tandem:::::ResultSet: " _ ResultSet) - Do ..MaakGroeperingPerToelevering(BatchID, ToeleveringID, ToeleveringLijnID, SequentieInfo) } ]]>