From 1f0844701da4098485b2d8fcc8c56bd70421e23c Mon Sep 17 00:00:00 2001 From: tworrall Date: Tue, 8 Nov 2011 14:37:50 +0000 Subject: [PATCH] updated to check for null activityName --- .../partials/individual/propStatement-hasInvestigatorRole.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-hasInvestigatorRole.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-hasInvestigatorRole.ftl index 1e876d44..8fe89525 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-hasInvestigatorRole.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-hasInvestigatorRole.ftl @@ -15,7 +15,7 @@ <#macro showRole statement> <#local linkedIndividual> <#if statement.activity??> - ${statement.activityLabel!statement.activityName} + ${statement.activityLabel!statement.activityName!} <#else> <#-- This shouldn't happen, but we must provide for it --> missing activity