Index: APPS/PM/OL/Export/impl/OrgaluxGammaExporter.cls.xml =================================================================== diff -u -r31424 -r31425 --- APPS/PM/OL/Export/impl/OrgaluxGammaExporter.cls.xml (.../OrgaluxGammaExporter.cls.xml) (revision 31424) +++ APPS/PM/OL/Export/impl/OrgaluxGammaExporter.cls.xml (.../OrgaluxGammaExporter.cls.xml) (revision 31425) @@ -185,7 +185,8 @@ } #dim IsLBX As %Boolean = ( ##class(TECH.StringUtils).Equals($ListGet(lbResult), OLLadeFamilie.LBXPure, OLLadeFamilie.LBXFree)) - if (' IsLBX ) { + #dim IsTAX As %Boolean = ( ##class(TECH.StringUtils).Equals($ListGet(lbResult), OLLadeFamilie.Taorbox)) + if (' IsLBX ) && ('IsTAX) { set lbResult = lbResult _ $listbuild(OLLadeFamilie.AlleTBXGeenBevestigingNodig) }