Index: APPS/Halux/PPS/Document/ProductieDetailDocument/impl/MVX/DetailBladGroepenBepaler.cls.xml =================================================================== diff -u -r66348 -r66362 --- APPS/Halux/PPS/Document/ProductieDetailDocument/impl/MVX/DetailBladGroepenBepaler.cls.xml (.../DetailBladGroepenBepaler.cls.xml) (revision 66348) +++ APPS/Halux/PPS/Document/ProductieDetailDocument/impl/MVX/DetailBladGroepenBepaler.cls.xml (.../DetailBladGroepenBepaler.cls.xml) (revision 66362) @@ -70,7 +70,7 @@ #dim DetailBladGroepNaam As %String = "" If (ProductieRoute = ..ProductieRoute.TeMonteren) { - Set DetailBladGroepNaam = ##class(APPS.Halux.PPS.Document.ProductieDetailDocument.impl.MVX.enu.DetailBladLayoutGroepen).Monteren() + Set DetailBladGroepNaam = ##class(APPS.Halux.PPS.Document.ProductieDetailDocument.impl.MVX.enu.DetailBladLayoutGroepen).Eindmontage() } Else { Set DetailBladGroepNaam = ##class(APPS.Halux.PPS.Document.ProductieDetailDocument.impl.MVX.enu.DetailBladLayoutGroepen).Onderdelen2() } Index: APPS/Halux/Docs/impl/LadeKlantEtiketBuilder/LadeEigenschappenEtiketAanvuller.cls.xml =================================================================== diff -u -r65136 -r66362 --- APPS/Halux/Docs/impl/LadeKlantEtiketBuilder/LadeEigenschappenEtiketAanvuller.cls.xml (.../LadeEigenschappenEtiketAanvuller.cls.xml) (revision 65136) +++ APPS/Halux/Docs/impl/LadeKlantEtiketBuilder/LadeEigenschappenEtiketAanvuller.cls.xml (.../LadeEigenschappenEtiketAanvuller.cls.xml) (revision 66362) @@ -185,13 +185,10 @@ Set ..Etiket.LadeCode = IngegevenKenmerken.GeefLadeCode() #dim Verpakking As DOM.PM.enu.MVXVerpakkingType = IngegevenKenmerken.VerpakkingType - /* - If (Verpakking = ##class(DOM.PM.enu.LBXVerpakkingType).VHoss()){ + If (Verpakking = ##class(DOM.PM.enu.MVXVerpakkingType).VHoss()){ Set ..Etiket.Layout = "MaatwerkProductInVHoss2D LBX 5x10" } - Else - */ - If (Verpakking = ##class(DOM.PM.enu.MVXVerpakkingType).Probox()){ + ElseIf (Verpakking = ##class(DOM.PM.enu.MVXVerpakkingType).Probox()){ Set ..Etiket.Layout = "MaatwerkProduct 5x10" } Else { Set ..Etiket.Layout = "MaatwerkProduct 8x11"