Index: APPS/PM/Maatwerk/MaatwerkModel/Modellen/TaorboxModel.cls.xml =================================================================== diff -u -r66090 -r68660 --- APPS/PM/Maatwerk/MaatwerkModel/Modellen/TaorboxModel.cls.xml (.../TaorboxModel.cls.xml) (revision 66090) +++ APPS/PM/Maatwerk/MaatwerkModel/Modellen/TaorboxModel.cls.xml (.../TaorboxModel.cls.xml) (revision 68660) @@ -47,6 +47,8 @@ Do ..VoegToeEnumeratieKenmerk("GeleiderTechnologie", "GeleiderTechnologie", "B/T/TOB", "BLUMOTION/TIP-ON/TIP-ON BLUMOTION") Do ..VoegToeEnumeratieKenmerk("RugHoogte", "RugHoogte", "N/M/K/C/F") Do ..VoegToeEnumeratieKenmerk("ZijkantLogo", "ZijkantLogo","L/G","Logo/Geen") + Do ..VoegToeEnumeratieKenmerk("DwarsverdelingKleur", "DwarsverdelingKleur", "SW-M/OG-M/INGL/CS-M", "Zijdewit/Oriongrijs/Inox/Carbonzwart") + Do ..VoegToeGetalKenmerk("AantalDwarsverdelingen", "AantalDwarsverdelingen", 99) ]]> @@ -152,6 +154,9 @@ Do ..VoegToeRol(##class(APPS.PM.Maatwerk.MaatwerkModel.Modellen.TaorboxModel.Rollen.TiponBlumotionSetEenhedenEnMeenemers).%New($this).GeefRol()) Do ..VoegToeRol(##class(APPS.PM.Maatwerk.MaatwerkModel.Modellen.TaorboxModel.Rollen.TiponBlumotionSynchronisatieStang).%New($this).GeefRol()) Do ..VoegToeRol(##class(APPS.PM.Maatwerk.MaatwerkModel.Modellen.TaorboxModel.Rollen.ZijkantLogo).%New($this).GeefRol()) + + Do ..VoegToeRol(##class(APPS.PM.Maatwerk.MaatwerkModel.Modellen.TaorboxModel.Rollen.Dwarsverdeling).%New($this).GeefRol()) + Do ..VoegToeRol(##class(APPS.PM.Maatwerk.MaatwerkModel.Modellen.TaorboxModel.Rollen.DwarsverdelingHouder).%New($this).GeefRol()) ]]>