Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Legrabox.Aansturing/Test010MetVHoss/StartBatch/LBX voormontage_001_GekoppeldeIK_MattenLijst.txt =================================================================== diff -u -r70875 -r72766 --- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Legrabox.Aansturing/Test010MetVHoss/StartBatch/LBX voormontage_001_GekoppeldeIK_MattenLijst.txt (.../LBX voormontage_001_GekoppeldeIK_MattenLijst.txt) (revision 70875) +++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Legrabox.Aansturing/Test010MetVHoss/StartBatch/LBX voormontage_001_GekoppeldeIK_MattenLijst.txt (.../LBX voormontage_001_GekoppeldeIK_MattenLijst.txt) (revision 72766) @@ -6,7 +6,7 @@ -----|-----------|----|-----------------------|------|------|-------|------ Tot# | Toelev | # | Mat | D | B | ink D | ink B -----|-----------|----|-----------------------|------|------|-------|------ - 10|2222 | 10 |AS-Fiber Zwart | 423 | 1500 | - | 520 | + |2222 | 10 |AS-Fiber Zwart | 423 | 1500 | - | 520 | -----|-----------|----|-----------------------|------|------|-------|------ \ No newline at end of file Index: APPS/Halux/PPS/Activiteit/impl/WerklijstItemsUitvoerder.cls.xml =================================================================== diff -u -r72240 -r72766 --- APPS/Halux/PPS/Activiteit/impl/WerklijstItemsUitvoerder.cls.xml (.../WerklijstItemsUitvoerder.cls.xml) (revision 72240) +++ APPS/Halux/PPS/Activiteit/impl/WerklijstItemsUitvoerder.cls.xml (.../WerklijstItemsUitvoerder.cls.xml) (revision 72766) @@ -149,7 +149,12 @@ } Set Mat = SamengesteldeLijstPerToelevering.GetAt(SamengesteldeLijstPerToelevering.Count()) - Set Mat.TotaalAantalMattenInToelevering = TotaalAantalMattenInToelevering + If (Batch.GeefProductieGroep() = ##class(APPS.Halux.common.enu.ProductieGroep).Kast()) { //Bij VHosskasten in de volgorde van matten niet goed + Set Mat.TotaalAantalMattenInToelevering = "" + } Else { + Set Mat.TotaalAantalMattenInToelevering = TotaalAantalMattenInToelevering + } + hang 1 //Anders worden soms bestandsnamen met dezelfde naam gegenereerd Set UitvoeringResultaat = Verwerker.VerwerkUitvoeringInfoLijst(SamengesteldeLijstPerToelevering,ActiviteitParameters) Do SamengesteldeLijstIterator.Reset()