Another bugfix for foundry

git-svn-id: https://svn.libreccm.org/ccm/trunk@3909 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2016-03-04 14:14:25 +00:00
parent 18f8d590d4
commit 1aab7b44eb
1 changed files with 5 additions and 2 deletions

View File

@ -74,6 +74,9 @@
<xsl:value-of select="$orgaunit-data/departmentShortDescription"/>
</xsl:when>
<xsl:when test="$orgaunit-data/shortDesc">
<xsl:value-of select="$orgaunit-data/shortDesc"/>
</xsl:when>
<xsl:when test="$orgaunit-data/shortDescription">
<xsl:value-of select="$orgaunit-data/shortDescription"/>
</xsl:when>
</xsl:choose>