Index: APPS/Halux/Planning/impl/BatchService.cls.xml =================================================================== diff -u -r63074 -r69009 --- APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 63074) +++ APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 69009) @@ -295,6 +295,8 @@ do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).B()) } elseif (Categorie = ##class(APPS.Halux.common.enu.Categorie).Merivobox()) { do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Vier()) + } elseif (Categorie = ##class(APPS.Halux.common.enu.Categorie).Revego()) { + do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).SpecialWorkshop()) } else{ do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Een()) }