VLKC#91564 Vaste bijlagen niet juist meegenomen van VLKC naar Mareon
svn path=/Website/branches/v2025.3/; revision=71006
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
<xsl:if test="plandatum2/datum!=''"><xsl:value-of select="plandatum2/jaar"/>-<xsl:value-of select="plandatum2/maand"/>-<xsl:value-of select="plandatum2/dag"/>T<xsl:value-of select="plandatum2/tijd"/>:00</xsl:if>
|
||||
</mld_opdr_datum_plan2>
|
||||
<mld_opdr_einddatum><xsl:value-of select="einddatum/jaar"/>-<xsl:value-of select="einddatum/maand"/>-<xsl:value-of select="einddatum/dag"/>T<xsl:value-of select="einddatum/tijd"/>:00</mld_opdr_einddatum>
|
||||
<xsl:if test="count(uitvoerende/bedrijf/bedrijfadres[type='O']/flexfiles) = 0 or uitvoerende/bedrijf/bedrijfadres[type='O']/flexfiles = '0' or uitvoerende/bedrijf/bedrijfadres[type='O']/flexfiles = '1' or count(uitvoerende/bedrijf/bedrijfadres[type='O']/fixedattachment) = 1">
|
||||
<xsl:if test="count(/facilitor/notificatie/bedrijfadres/flexfiles) = 0 or /facilitor/notificatie/bedrijfadres/flexfiles = '0' or /facilitor/notificatie/bedrijfadres/flexfiles = '1' or count(/facilitor/notificatie/bedrijfadres/fixedattachment) = 1">
|
||||
<attachments>
|
||||
<xsl:for-each select="kenmerk[@type='M' and floor(@rolcode div 2) mod 2 = 1]">
|
||||
<xsl:sort select="@volgnummer" data-type="number"/>
|
||||
@@ -96,9 +96,9 @@
|
||||
<xsl:attribute name="encoding">base64</xsl:attribute>
|
||||
</xsl:element>
|
||||
</xsl:for-each>
|
||||
<xsl:if test="count(uitvoerende/bedrijf/bedrijfadres[type='O']/fixedattachment) = 1">
|
||||
<xsl:if test="count(/facilitor/notificatie/bedrijfadres/fixedattachment) = 1">
|
||||
<FCLTfixedattachment encoding='base64' nodename='TMP_Attachment'>
|
||||
<xsl:value-of select="uitvoerende/bedrijf/bedrijfadres[type='O']/fixedattachment"/>
|
||||
<xsl:value-of select="/facilitor/notificatie/bedrijfadres/fixedattachment"/>
|
||||
</FCLTfixedattachment>
|
||||
</xsl:if>
|
||||
</attachments>
|
||||
|
||||
Reference in New Issue
Block a user