NIHVIVO-1724 Display core:hrJobTitle if there is no rdfs:label on the position

This commit is contained in:
rjy7 2011-02-04 14:52:06 +00:00
parent 86c27039b0
commit b99b656236
2 changed files with 6 additions and 2 deletions

View file

@ -20,6 +20,6 @@
</#if>
</#local>
<@s.join [ linkedIndividual, statement.positionTitle! ] /> <@dt.yearIntervalSpan "${statement.dateTimeStart!}" "${statement.dateTimeEnd!}" />
<@s.join [ linkedIndividual, statement.positionTitle!statement.hrJobTitle! ] /> <@dt.yearIntervalSpan "${statement.dateTimeStart!}" "${statement.dateTimeEnd!}" />
</#macro>