Index: WSimpl/Halux/PPS/MatService.cls.xml =================================================================== diff -u -r66531 -r66532 --- WSimpl/Halux/PPS/MatService.cls.xml (.../MatService.cls.xml) (revision 66531) +++ WSimpl/Halux/PPS/MatService.cls.xml (.../MatService.cls.xml) (revision 66532) @@ -119,7 +119,7 @@ If (Categorie = ##class(APPS.Halux.common.enu.Categorie).Legrabox()) { Set ActiviteitGroep = ##class(APPS.Halux.PPS.Activiteit.impl.LBX.Groep.LBXVoormontage).%New() - } ElseIf (Categorie = ##class(APPS.Halux.common.enu.Categorie).Legrabox()) { + } ElseIf (Categorie = ##class(APPS.Halux.common.enu.Categorie).Merivobox()) { Set ActiviteitGroep = ##class(APPS.Halux.PPS.Activiteit.impl.MVX.Groep.MVXVoormontage).%New() } ElseIf (Categorie = ##class(APPS.Halux.common.enu.Categorie).TAORbox()) { Set ActiviteitGroep = ##class(APPS.Halux.PPS.Activiteit.impl.TAOR.Groep.TAORVoormontage).%New()