Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator.cls.xml =================================================================== diff -u -r74323 -r74331 --- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator.cls.xml (.../ProductOptiesGenerator.cls.xml) (revision 74323) +++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator.cls.xml (.../ProductOptiesGenerator.cls.xml) (revision 74331) @@ -103,10 +103,10 @@ If $$$Not(SideStabiliserLength = 0) { Do Opties.Insert(..GeefOptieVoorLade(..PrependNul(UitvoeringInfo.SequentieNummerLade), "-" _ "SideStabiliserLength", SideStabiliserLength)) } If $$$Not(DesignElementFrontLength = 0) { Do Opties.Insert(..GeefOptieVoorLade(..PrependNul(UitvoeringInfo.SequentieNummerLade), "-" _ "DesignElementFrontLength", DesignElementFrontLength)) } If $$$Not(DistanceTrimLength = 0) { Do Opties.Insert(..GeefOptieVoorLade(..PrependNul(UitvoeringInfo.SequentieNummerLade), "-" _ "DistanceTrimLength", DistanceTrimLength)) } - If $$$Not(DistanceTrimLength = 0) { Do Opties.Insert(..GeefOptieVoorLade(..PrependNul(UitvoeringInfo.SequentieNummerLade), "-" _ "FrontPanelLength", DistanceTrimLength)) } - If $$$Not(DistanceTrimLength = 0) { Do Opties.Insert(..GeefOptieVoorLade(..PrependNul(UitvoeringInfo.SequentieNummerLade), "-" _ "GalleryFrontLength", DistanceTrimLength)) } - If $$$Not(DistanceTrimLength = 0) { Do Opties.Insert(..GeefOptieVoorLade(..PrependNul(UitvoeringInfo.SequentieNummerLade), "-" _ "CrossGalleryLength", DistanceTrimLength)) } - If $$$Not(DistanceTrimLength = 0) { Do Opties.Insert(..GeefOptieVoorLade(..PrependNul(UitvoeringInfo.SequentieNummerLade), "-" _ "CrossGalleryLowerLength", DistanceTrimLength)) } + If $$$Not(DistanceTrimLength = 0) { Do Opties.Insert(..GeefOptieVoorLade(..PrependNul(UitvoeringInfo.SequentieNummerLade), "-" _ "FrontPanelLength", FrontPanelLength)) } + If $$$Not(DistanceTrimLength = 0) { Do Opties.Insert(..GeefOptieVoorLade(..PrependNul(UitvoeringInfo.SequentieNummerLade), "-" _ "GalleryFrontLength", GalleryFrontLength)) } + If $$$Not(DistanceTrimLength = 0) { Do Opties.Insert(..GeefOptieVoorLade(..PrependNul(UitvoeringInfo.SequentieNummerLade), "-" _ "CrossGalleryLength", CrossGalleryLength)) } + If $$$Not(DistanceTrimLength = 0) { Do Opties.Insert(..GeefOptieVoorLade(..PrependNul(UitvoeringInfo.SequentieNummerLade), "-" _ "CrossGalleryLowerLength", CrossGalleryLowerLength)) } Quit Opties ]]>