Index: APPS/Halux/Planning/impl/BatchStarter.cls.xml =================================================================== diff -u -r74778 -r74783 --- APPS/Halux/Planning/impl/BatchStarter.cls.xml (.../BatchStarter.cls.xml) (revision 74778) +++ APPS/Halux/Planning/impl/BatchStarter.cls.xml (.../BatchStarter.cls.xml) (revision 74783) @@ -104,7 +104,9 @@ If (IsTriggerResetBatch) { Do ..ExporteerBatchPitchedDataNaarObjectiveVoorBatch(Batch.GeefID(), IsTriggerResetBatch) } Else { - Do ..UpdateSalesLineStatusNaarKlaargezet(Batch) + If ((##class(APPS.Halux.PPS.MES.MESService).%New().GeefHuidigeMESFase() > 1)) { + Do ..UpdateSalesLineStatusNaarKlaargezet(Batch) + } } Do Batch.ZetStatus(##class(APPS.Halux.common.enu.BatchStatus).Gestart())