Index: APPS/Halux/PPS/Document/ProductieDetailDocument/impl/TAX/DetailBladGroepenBepaler.cls.xml =================================================================== diff -u -r71411 -r71421 --- APPS/Halux/PPS/Document/ProductieDetailDocument/impl/TAX/DetailBladGroepenBepaler.cls.xml (.../DetailBladGroepenBepaler.cls.xml) (revision 71411) +++ APPS/Halux/PPS/Document/ProductieDetailDocument/impl/TAX/DetailBladGroepenBepaler.cls.xml (.../DetailBladGroepenBepaler.cls.xml) (revision 71421) @@ -67,6 +67,7 @@ ElseIf (Rol = ..Enum.Rol.Verpakking) { Set GroepNaam = ..Groepen.Verpakking } ElseIf (Rol [ "Probox ") { Set GroepNaam = ..Groepen.Verpakking } ElseIf (Rol [ "V1 ") { Set GroepNaam = ..Groepen.Verpakking } + ElseIf (Rol [ "Wikkel") { Set GroepNaam = ..Groepen.Verpakking } ElseIf (Rol = ..Enum.Rol.ZijkantLinks) { Set GroepNaam = ..Groepen.NietVermelden } ElseIf (Rol = ..Enum.Rol.ZijkantRechts) { Set GroepNaam = ..Groepen.NietVermelden } ElseIf (Rol = ..Enum.Rol.Zijstabilisering) { Set GroepNaam = ..Groepen.Onderdelen2 } @@ -81,10 +82,7 @@ ElseIf ##class(TECH.StringUtils).StartsWith(Rol,##class(DOM.PM.enu.Variant).LogicalToDisplay(##class(DOM.PM.enu.Variant).MatStandaard())) { Set GroepNaam = ..Groepen.Eindmontage } ElseIf ##class(TECH.StringUtils).StartsWith(Rol,##class(DOM.PM.enu.Variant).MatStandaard()_ "_" _##class(DOM.PM.Maatwerk.Calc.Common.enu.GekoppeldIKType).MatX()) { Set GroepNaam = ..Groepen.Eindmontage } ElseIf ##class(TECH.StringUtils).StartsWith(Rol,(##class(DOM.PM.enu.Variant).LogicalToDisplay(##class(DOM.PM.enu.Variant).MatStandaard()_##class(DOM.PM.Maatwerk.Calc.Common.enu.GekoppeldIKType).MatX()))) { Set GroepNaam = ..Groepen.Eindmontage } - ElseIf Rol [ "Wikkel" { Set GroepNaam = ..Groepen.Verpakking } - ElseIf Rol [ "Probox " { Set GroepNaam = ..Groepen.Verpakking } - ElseIf Rol [ "V1 " { Set GroepNaam = ..Groepen.Verpakking } - + Else { Set GroepNaam = ..Groepen.NotCategorized } Quit GroepNaam