Index: APPS/Halux/common/BatchService.cls.xml =================================================================== diff -u -r2260 -r2686 --- APPS/Halux/common/BatchService.cls.xml (.../BatchService.cls.xml) (revision 2260) +++ APPS/Halux/common/BatchService.cls.xml (.../BatchService.cls.xml) (revision 2686) @@ -28,6 +28,7 @@ Set Iterator = ##class(TECH.ListIterator).%New(Toeleveringen) While (Iterator.HasNext()) { + Set Toelevering = Iterator.Next() Set $ZTRAP = "ErrorToevoegen" Do Batch.VoegToeToelevering(Toelevering)