diff --git a/process/Organisation_lib/process.js b/process/Organisation_lib/process.js index 187622e897dd0c1a9271d213cd8df7ceed12a065..cc8c3aa44767af1f7a78f10c0c07ab61e8a752a7 100644 --- a/process/Organisation_lib/process.js +++ b/process/Organisation_lib/process.js @@ -155,10 +155,7 @@ OrgUtils.openOrgReport = function(pOrgId) { row[0] = datetime.toDate(row[0], dateFormat); // convert html to text - if (row[1] == $KeywordRegistry.activityCategory$mail()) - { - row[4] = text.html2text(row[4]); - } + row[4] = text.html2text(row[4]); row[1] = KeywordUtils.getViewValue($KeywordRegistry.activityCategory(), row[1]); _joinArrayVals(row, 2, 2);