MARX#57420: Documenten van Tobias AX naar Mareon

svn path=/Website/branches/v2019.1/; revision=43551
This commit is contained in:
Marcel Bourseau
2019-07-31 18:36:23 +00:00
parent 009c569e59
commit a618824065

View File

@@ -38,6 +38,7 @@
<mar_abort_sync_http_error><xsl:value-of select="MAR_ABORT_SYNC_HTTP_ERROR"/></mar_abort_sync_http_error>
<mar_use_communicatie_logboek><xsl:value-of select="MAR_USE_COMMUNICATIE_LOGBOEK"/></mar_use_communicatie_logboek>
<mar_sync_http_timeout><xsl:value-of select="MAR_SYNC_HTTP_TIMEOUT"/></mar_sync_http_timeout>
<mar_sync_bijlages_van_opdrgvr><xsl:value-of select="MAR_SYNC_BIJLAGES_VAN_OPDRGVR"/></mar_sync_bijlages_van_opdrgvr>
</mareon_info>
</xsl:for-each>
</xml>
@@ -74,6 +75,26 @@
</xsl:otherwise>
</xsl:choose>
</xsl:if>
<!-- ******************************************************************* -->
<!-- *****Request: NEW_OPDR_4AX -->
<!-- ******************************************************************* -->
<xsl:if test="@view='mar_v_new_opdr_4_fclt'">
<xsl:choose>
<xsl:when test="$mode='NEW_OPDR_4FCLT'">
<xml>
<xsl:for-each select="//data_row">
<xsl:sort select="MLD_OPDR_KEY"/>
<mld_ordr>
<mld_opdr_key><xsl:value-of select="MLD_OPDR_KEY"/></mld_opdr_key>
<mld_opdr_key_fclt><xsl:value-of select="MLD_OPDR_KEY_FCLT"/></mld_opdr_key_fclt>
</mld_ordr>
</xsl:for-each>
</xml>
</xsl:when>
<xsl:otherwise>
</xsl:otherwise>
</xsl:choose>
</xsl:if>
<!-- ******************************************************************* -->
<!-- *****Request: OPMERKING_OPDR_4AX -->
<!-- ******************************************************************* -->