Index: APPS/Halux/common/ProductieService.cls.xml =================================================================== diff -u -r62413 -r63350 --- APPS/Halux/common/ProductieService.cls.xml (.../ProductieService.cls.xml) (revision 62413) +++ APPS/Halux/common/ProductieService.cls.xml (.../ProductieService.cls.xml) (revision 63350) @@ -47,7 +47,7 @@ } Elseif Categorie = ##class(APPS.Halux.common.enu.Categorie).TAORbox() { Set Bepaler = ##class(APPS.Halux.common.impl.ProductieGroepBepalerTAX).%New() } Elseif Categorie = ##class(APPS.Halux.common.enu.Categorie).Merivobox() { - Set Bepaler = ##class(APPS.Halux.common.impl.ProductieGroepBepalerMVX).%New() + Set Bepaler = ##class(APPS.Halux.common.impl.ProductieGroepBepalerMVX).%New(,,,ToeleveringSplitser) } Else { Set Bepaler = ##class(APPS.Halux.common.impl.ProductieGroepBepaler).%New() }