PCHX#64259 Notities mailen bij nieuwe-stijl vanuit facturen

svn path=/Website/trunk/; revision=49881
This commit is contained in:
Erik Groener
2021-02-17 08:55:11 +00:00
parent 4956508a1b
commit a912d21c7b
2 changed files with 22 additions and 3 deletions

View File

@@ -3553,6 +3553,24 @@ END:VCALENDAR
</xsl:when>
<xsl:otherwise>
<table border="0" cellpadding="1">
<xsl:if test="extra_key">
<xsl:variable name="mx_key"><xsl:value-of select="extra_key"/></xsl:variable>
<tr>
<td align="right" valign="top" style="padding-top:10px;" class="label">
<b><xsl:value-of select="//lcl/FAC/bericht"/>:</b>
</td>
<td colspan="3" style="padding-top:10px;" class="value">
<xsl:call-template name="linebreaks">
<xsl:with-param name="string" select="notes/note[key=$mx_key]/omschrijving"/>
</xsl:call-template>
</td>
</tr>
<tr>
<td colspan="4" style="padding-bottom:20px;">
<hr/>
</td>
</tr>
</xsl:if>
<tr>
<td colspan="4" class="caption"><strong><xsl:value-of select="//lcl/FIN/factuur"/> <xsl:value-of select="key"/></strong></td>
</tr>