Index: APPS/Halux/Planning/impl/BatchService.cls.xml =================================================================== diff -u -r30737 -r31124 --- APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 30737) +++ APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 31124) @@ -264,10 +264,15 @@ 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).Keller()) - } ElseIf ##class(TECH.StringUtils).Equals(Categorie,##class(APPS.Halux.common.enu.Categorie).TAORbox(),##class(APPS.Halux.common.enu.Categorie).Legrabox()) { + } 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()) } Else{ Do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Een()) }