Index: WSimpl/Halux/PPS/MatService/GeefAfmetingenHelper.cls.xml
===================================================================
diff -u -r66616 -r66620
--- WSimpl/Halux/PPS/MatService/GeefAfmetingenHelper.cls.xml (.../GeefAfmetingenHelper.cls.xml) (revision 66616)
+++ WSimpl/Halux/PPS/MatService/GeefAfmetingenHelper.cls.xml (.../GeefAfmetingenHelper.cls.xml) (revision 66620)
@@ -47,8 +47,7 @@
If (..IsCategorieOndersteund(Categorie)) {
If (Categorie = ##class(APPS.Halux.common.enu.Categorie).Tandembox()) {
- Do ..DocsV1.Init(BatchId)
- Set UitvoeringInfoLijst = ##class(APPS.Halux.PPS.dto.UitvoeringInfoLijst).%New()
+ Do ..DocsV1.Init(BatchId)
#dim SequentieData As TECH.ResultSet = ..ProductieSequentieRepository.GeefSequentieDataVolgensSequenceVoorBatch(BatchId)
While (SequentieData.Next()) {
Index: vhUnitTest/WSimpl/Halux/PPS/MatService/GeefAfmetingenViaBatchId/Test.cls.xml
===================================================================
diff -u -r66618 -r66620
--- vhUnitTest/WSimpl/Halux/PPS/MatService/GeefAfmetingenViaBatchId/Test.cls.xml (.../Test.cls.xml) (revision 66618)
+++ vhUnitTest/WSimpl/Halux/PPS/MatService/GeefAfmetingenViaBatchId/Test.cls.xml (.../Test.cls.xml) (revision 66620)
@@ -67,6 +67,113 @@
Do GeefMatAfmetingenHelperMock.Verifieer()
]]>
+
+
+
+
+
+
+UitvoeringInfoLijst:%ListOfObjects
+1
+TECH.ListIterator
+
+
+
+
+ToeleveringId:%Integer,DossierCode:%String,ProductId:%Integer,Aantal:%Decimal,Diepte:%Decimal,BewerkingDiepte:%String,Breedte:%Decimal,BewerkingBreedte:%String,Beschrijving:%String,Kleur:%String,Materiaal:%String,SequentieNummer:%Integer,IsRework:%Boolean
+1
+APPS.Halux.PPS.Activiteit.impl.common.dto.MattenUitvoeringInfo
+
+
+
+
+UitvoeringInfoLijstArray:%ArrayOfObjects,InformatieID:%String,UitvoeringInfo:APPS.Halux.PPS.dto.UitvoeringInfo
+1
+
+