SVRZ#58731 afmeldtekst parentmelding als deze er is.

svn path=/Website/branches/v2019.1/; revision=43578
This commit is contained in:
Daan Brandt
2019-08-02 10:13:42 +00:00
parent 10a19042e5
commit 2f03606809

View File

@@ -1166,8 +1166,25 @@ Voor eventuele vragen of opmerkingen graag een mail naar <a href="mailto:inkoop@
</tr>
</xsl:for-each>
</xsl:if>
<xsl:if test="opmerking!=''">
<tr>
<xsl:choose>
<xsl:when test="melding/key != ''">
<tr>
<td align="right" valign="top">
<b><xsl:value-of select="//lcl/MLD/afhandeling"/>:</b>
</td>
<td colspan="3">
<call-template name="linebreaks">
Deze melding is behandeld in melding <xsl:value-of select="melding/key"/><br/>
</call-template>
<xsl:call-template name="linebreaks">
<xsl:with-param name="string" select="melding/opmerking"/>
</xsl:call-template>
</td>
</tr>
</xsl:when>
<xsl:otherwise>
<tr>
<td align="right" valign="top">
<b><xsl:value-of select="//lcl/MLD/afhandeling"/>:</b>
</td>
@@ -1177,7 +1194,10 @@ Voor eventuele vragen of opmerkingen graag een mail naar <a href="mailto:inkoop@
</xsl:call-template>
</td>
</tr>
</xsl:if>
</xsl:otherwise>
</xsl:choose>
</table>
</xsl:otherwise>
</xsl:choose>