FishEye: Tag 74416 refers to a dead (removed) revision in file `vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Inkorting.Aansturing/Test002/StartBatch/Productie_002_prn.txt'. FishEye: No comparison available. Pass `N' to diff? FishEye: Tag 74416 refers to a dead (removed) revision in file `vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Inkorting.Aansturing/Test001/StartBatch/Productie_002_prn.txt'. FishEye: No comparison available. Pass `N' to diff? Index: APPS/Halux/PPS/impl/AansturingActie/common/Bestelbon.cls.xml =================================================================== diff -u -r73747 -r74619 --- APPS/Halux/PPS/impl/AansturingActie/common/Bestelbon.cls.xml (.../Bestelbon.cls.xml) (revision 73747) +++ APPS/Halux/PPS/impl/AansturingActie/common/Bestelbon.cls.xml (.../Bestelbon.cls.xml) (revision 74619) @@ -17,35 +17,44 @@ #dim ToeleveringIt As TECH.Iterator = Batch.GeefToeleveringIterator() while ToeleveringIt.HasNext() { #dim Toelevering As DOM.AKP.Toelevering = ToeleveringIt.Next() - Do:..IsBestelbonNodigVoorToelevering(Toelevering) ..VoerUitVoorToelevering(Toelevering.GeefID(),Printer) + #dim AantalBestelbonNodigVoorToelevering As %Integer = ..GeefAantalBestelbonNodigVoorToelevering(Toelevering) + #dim Index As %Integer + For Index=1:1:AantalBestelbonNodigVoorToelevering { + Do ..VoerUitVoorToelevering(Toelevering.GeefID(),Printer) + } } } quit ..GeefGeslaagdAansturingResultaat() ]]> - + Toelevering:DOM.AKP.Toelevering 1 %Boolean