SORO#37258: MLD: onderwerp wordt niet meegenomen in de opdrachtomschrijving

svn path=/Website/branches/v2016.1/; revision=30192
This commit is contained in:
Marcel Bourseau
2016-08-01 15:04:36 +00:00
parent 6912143c41
commit 7abcf64dbe

View File

@@ -227,6 +227,7 @@
<b><xsl:value-of select="//lcl/FAC/omschrijving"/>:</b>
</td>
<td align="left" colspan="3">
<xsl:if test="melding/onderwerp != ''"><b><xsl:value-of select="melding/onderwerp"/></b><br/></xsl:if>
<xsl:call-template name="linebreaks">
<xsl:with-param name="string" select="omschrijving"/>
</xsl:call-template>
@@ -658,7 +659,8 @@
<tr height='15px'/>
<tr>
<td colspan="4">
<td colspan="4">
<xsl:if test="melding/onderwerp != ''"><b><xsl:value-of select="melding/onderwerp"/></b><br/></xsl:if>
<xsl:call-template name="linebreaks">
<xsl:with-param name="string" select="omschrijving"/>
</xsl:call-template>