NIHVIVO-1339 Allow for null specificRole in relatedRole property statement display

This commit is contained in:
rjy7 2011-01-07 15:52:38 +00:00
parent 09bf93297b
commit ab34a586fe

View file

@ -20,6 +20,6 @@
</#if>
</#local>
${linkedIndividual} ${statement.specificRole} <@dt.yearInterval "${statement.dateTimeStart!}" "${statement.dateTimeEnd!}" />
${linkedIndividual} ${statement.specificRole!} <@dt.yearInterval "${statement.dateTimeStart!}" "${statement.dateTimeEnd!}" />
</#macro>