Index: APPS/Halux/Planning/impl/BatchStarter.cls.xml =================================================================== diff -u -r57886 -r59094 --- APPS/Halux/Planning/impl/BatchStarter.cls.xml (.../BatchStarter.cls.xml) (revision 57886) +++ APPS/Halux/Planning/impl/BatchStarter.cls.xml (.../BatchStarter.cls.xml) (revision 59094) @@ -64,8 +64,8 @@ Do ..Logger.Info("StartBatch", "Starten van batch ("_Batch.GeefID()_") is begonnen.") Do Batch.ZetStatus(##class(APPS.Halux.common.enu.BatchStatus).BezigMetStarten()) Do ..BatchBewaarder.BewaarBatch(Batch) - Do ..BatchSequentieService.GenereerSequentie(Batch) Do ..DnaCodeService.BewaarDnaCodes(..DnaCodeService.MaakDnaCodesVoorBatch(Batch)) + Do ..BatchSequentieService.GenereerSequentie(Batch) Do Batch.ZetStatus(##class(APPS.Halux.common.enu.BatchStatus).Gestart()) Do ..BatchBewaarder.BewaarBatch(Batch) Do ##class(APPS.Halux.common.event.BatchEventRaiser).RaiseBatchGeslotenEvent(Batch.GeefID())