Index: vhTest/Mock/APPS/Halux/AAP/DnaCodeService.cls.xml
===================================================================
diff -u -r71890 -r71956
--- vhTest/Mock/APPS/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 71890)
+++ vhTest/Mock/APPS/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 71956)
@@ -69,8 +69,8 @@
-SequentieId:%String,BatchId:%String,ToeleveringId:%String,ToeleveringlijnId:%String
-SequentieId:%String,BatchId:%String,ToeleveringId:%String,ToeleveringlijnId:%String,ProductId:%String=""
+
Index: APPS/Halux/common/impl/ProductieSequentie/Legrabox.cls.xml
===================================================================
diff -u -r71437 -r71956
--- APPS/Halux/common/impl/ProductieSequentie/Legrabox.cls.xml (.../Legrabox.cls.xml) (revision 71437)
+++ APPS/Halux/common/impl/ProductieSequentie/Legrabox.cls.xml (.../Legrabox.cls.xml) (revision 71956)
@@ -51,7 +51,7 @@
Set Item.GroepSequentieNummer = Item.SequentieNummer
Set Item.ToeleveringSequentieNummer = ..FrequentieTabel.Verhoog(Item.ToeleveringID)
- Do ##class(APPS.Halux.AAP.DnaCodeService).%New().VulInSequentieId(Item.SequentieNummer, Item.BatchID, Item.ToeleveringID, Item.ToeleveringLijnID)
+ Do ##class(APPS.Halux.AAP.DnaCodeService).%New().VulInSequentieId(Item.SequentieNummer, Item.BatchID, Item.ToeleveringID, Item.ToeleveringLijnID, Item.ProductID)
Do GesorteerdeProductieSequentieItems.Insert(Item)
}
Index: vhUnitTest/APPS/Halux/AAP/DnaCodeService/VulInSequentieIds/Test.cls.xml
===================================================================
diff -u -r71954 -r71956
--- vhUnitTest/APPS/Halux/AAP/DnaCodeService/VulInSequentieIds/Test.cls.xml (.../Test.cls.xml) (revision 71954)
+++ vhUnitTest/APPS/Halux/AAP/DnaCodeService/VulInSequentieIds/Test.cls.xml (.../Test.cls.xml) (revision 71956)
@@ -73,6 +73,141 @@
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+