DJIN#55702 -- Printkop toegevoegd aan mld bonnen

svn path=/Website/branches/v2018.2/; revision=40339
This commit is contained in:
Robin Stoker
2018-12-21 12:33:26 +00:00
parent 381b9f5d51
commit 534024239d

View File

@@ -703,6 +703,9 @@
<xsl:template match="melding" mode="include">
<!-- Begin header -->
<table border="0" width="100%" style="border-collapse:collapse;" cellpadding="2" cellspacing="2">
<xsl:if test="discipline/srtdiscipline/key='1' or discipline/srtdiscipline/key='62' or discipline/srtdiscipline/key='42' or discipline/srtdiscipline/key='43'">
<b>Print deze melding en voeg deze toe bij uw in te leveren artikelen</b>
</xsl:if>
<xsl:choose>
<xsl:when test="$srtnotificatiecode='MLDNEW'">
<tr>
@@ -749,7 +752,7 @@
</xsl:choose>
<tr>
<td colspan="4" style="font-size:13pt;padding-top:20px;">
<b>Melding <xsl:value-of select="discipline/srtdiscipline/prefix"/><xsl:value-of select="key"/></b>
<b>Melding <xsl:value-of select="discipline/srtdiscipline/prefix"/><xsl:value-of select="key"/> - <xsl:value-of select="stdmelding/omschrijving"/></b>
</td>
</tr>
</table>
@@ -763,6 +766,13 @@
<xsl:attribute name="cellpadding">2</xsl:attribute>
<xsl:attribute name="cellspacing">2</xsl:attribute>
<tr><td colspan="4"><hr style="color:#000;height:1px;"/></td></tr>
<xsl:if test="omschrijving!=''">
<tr>
<td><b><xsl:value-of select="//lcl/FAC/omschrijving"/>:</b></td>
<td colspan="3"><xsl:call-template name="linebreaks"><xsl:with-param name="string" select="omschrijving"/></xsl:call-template></td>
</tr>
</xsl:if>
<tr><td colspan="4"><hr style="color:#000;height:1px;"/></td></tr>
<tr>
<td width="16%"><b>Melder:</b></td>
<td width="34%"><xsl:value-of select="voor/naam_full"/></td>
@@ -793,13 +803,6 @@
</tr>
</xsl:for-each>
</xsl:if>
<xsl:if test="omschrijving!=''">
<tr>
<td><b><xsl:value-of select="//lcl/FAC/omschrijving"/>:</b></td>
<td colspan="3"><xsl:call-template name="linebreaks"><xsl:with-param name="string" select="omschrijving"/></xsl:call-template></td>
</tr>
</xsl:if>
<tr><td colspan="4"><hr style="color:#000;height:1px;"/></td></tr>
<tr>
<xsl:if test="opdracht/afhandeling">
<td><b>Afhandeling:</b></td>