MARX#54179: Wijziging op een bestaande opdracht aanbieden aan Mareon voor verdere verwerking

svn path=/Website/branches/v2018.1/; revision=38865
This commit is contained in:
Marcel Bourseau
2018-08-20 13:05:21 +00:00
parent d66f57f70f
commit 039e7c2295

View File

@@ -99,8 +99,14 @@
<InstructionDate><xsl:value-of select="datumbegin/jaar"/>-<xsl:value-of select="datumbegin/maand"/>-<xsl:value-of select="datumbegin/dag"/></InstructionDate>
<!-- SIDB - Tijd waarop de opdracht is gegeven (aangemaakt). Optioneel, hh:mm:ss -->
<InstructionTime><xsl:value-of select="datumbegin/tijd"/>:00</InstructionTime>
<InstructionInformation>
<InstructionTypeSpecification>ORG</InstructionTypeSpecification>
<InstructionInformation>
<InstructionTypeSpecification>
<xsl:choose>
<xsl:when test="teverzenden = '1'">ORG</xsl:when>
<xsl:when test="teverzenden = '2'">MAO</xsl:when>
<xsl:otherwise>ORG</xsl:otherwise>
</xsl:choose>
</InstructionTypeSpecification>
</InstructionInformation>
<!-- SIDB - Tekstveld met de inhoud van aanvullende informatie. Optioneel, C(70) -->
<!-- Zie MARX#37078: Opdrachtomschrijving ook in de node in InstructionData/FreeText -->