YKPN#55218 -- Notificatie naar behandelaar als procuratie niet volledig is.
svn path=/Website/branches/v2018.1/; revision=39728
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxml="urn:schemas-microsoft-com:xslt" version="1.0">
|
||||
<xsl:import href="../../../appl/shared/default.xsl"/>
|
||||
|
||||
<xsl:variable name="xsrtnotificatiecode">CUST02</xsl:variable>
|
||||
<xsl:variable name="xsrtnotificatiecode">CUST09</xsl:variable>
|
||||
|
||||
<xsl:template match="bezoeker" mode="badge">
|
||||
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%">
|
||||
@@ -467,6 +467,20 @@ END:VCALENDAR
|
||||
</xsl:if>
|
||||
</td>
|
||||
</tr>
|
||||
<xsl:if test="$srtnotificatiecode = 'CUST09'">
|
||||
<tr>
|
||||
<td colspan="4" style="padding-top:10px;">
|
||||
Beste collega,<br/><br/>
|
||||
Melding <xsl:value-of select = "key"/> is recent afgemeld. Bij deze melding is ook een procuratie aanwezig waar een PO nummer voor is verstrekt. Je hebt nog niet aangevinkt of het PO bedrag doorbelast moet worden dat hoort bij procuratie. Wil je dit aub zo spoedig als mogelijk aanvinken in de procuratieopdracht? <br/><br/>
|
||||
Dank je wel!
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4" style="padding-bottom:20px;">
|
||||
<hr/>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
<xsl:if test="not(//opdracht/extra_key) and extra_key">
|
||||
<xsl:variable name="mx_key"><xsl:value-of select="extra_key"/></xsl:variable>
|
||||
<tr>
|
||||
@@ -588,7 +602,7 @@ END:VCALENDAR
|
||||
</xsl:choose>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
|
||||
|
||||
<td align="right">
|
||||
<b><xsl:value-of select="//lcl/MLD/melddatum"/>:</b>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user