Index: APPS/Halux/Planning/impl/BatchService.cls.xml =================================================================== diff -u -r51757 -r54300 --- APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 51757) +++ APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 54300) @@ -272,16 +272,16 @@ if (Categorie = ##class(APPS.Halux.common.enu.Categorie).Tandembox()) { do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Een()) - do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Twee()) + do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Vier()) do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).A()) } elseif (Categorie = ##class(APPS.Halux.common.enu.Categorie).TAORbox()) { do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Een()) do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Twee()) do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Drie()) } elseif (Categorie = ##class(APPS.Halux.common.enu.Categorie).Legrabox()) { do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Een()) + do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Twee()) do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Drie()) - do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Vier()) do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).B()) } else{ do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Een())