Index: APPS/Halux/common/impl/AantallenInToeleveringTeller.cls.xml =================================================================== diff -u -r59196 -r63331 --- APPS/Halux/common/impl/AantallenInToeleveringTeller.cls.xml (.../AantallenInToeleveringTeller.cls.xml) (revision 59196) +++ APPS/Halux/common/impl/AantallenInToeleveringTeller.cls.xml (.../AantallenInToeleveringTeller.cls.xml) (revision 63331) @@ -43,8 +43,9 @@ If (ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).LBXSpoelbak()) || (ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).LBXSpoelbakVHoss()) { Set Key = ##class(APPS.Halux.common.enu.ProductieGroepGroepering).LBXSpSiSl() - } - ElseIf (ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).TBXSifon()) { + } ElseIf (ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).MVXSpoelbak()) || (ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).MVXSpoelbakVHoss()) { + Set Key = ##class(APPS.Halux.common.enu.ProductieGroepGroepering).MVXSpSiSl() + } ElseIf (ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).TBXSifon()) { Set Key = ##class(APPS.Halux.common.enu.ProductieGroepGroepering).TbxManueleBewerking() }