Index: APPS/PM/OL/Export/impl/OrgaluxGammaExporter.cls.xml =================================================================== diff -u -r31425 -r31426 --- APPS/PM/OL/Export/impl/OrgaluxGammaExporter.cls.xml (.../OrgaluxGammaExporter.cls.xml) (revision 31425) +++ APPS/PM/OL/Export/impl/OrgaluxGammaExporter.cls.xml (.../OrgaluxGammaExporter.cls.xml) (revision 31426) @@ -180,7 +180,7 @@ set lbResult = $listbuild(OLLadeFamilie.TBXPlusBoxside,OLLadeFamilie.TBXPlusRelingOfGlas) }elseif LadeVariant = ##class(DOM.PM.enu.LadeVariant).LBXPure() { set lbResult = $listbuild(OLLadeFamilie.LBXPure) - }elseif (LadeVariant = OLLadeFamilie.LBXFree) || ("ALLE ANDERE GELDIGE OLLadeFamilie-waardes") { + }elseif (LadeVariant = OLLadeFamilie.LBXFree) { ; OOK VOOR ALLE ANDERE GELDIGE OLLadeFamilie-waardes set lbResult = $listbuild(LadeVariant) }