MARX#52519: Mareon -> REMS Factuur BIC en Banknaam
svn path=/Website/branches/v2017.3/; revision=37384
This commit is contained in:
@@ -575,8 +575,8 @@
|
||||
</cbc:ID>
|
||||
<cac:FinancialInstitutionBranch>
|
||||
<cac:FinancialInstitution>
|
||||
<cbc:ID schemeID="BIC">-</cbc:ID>
|
||||
<cbc:Name>-</cbc:Name>
|
||||
<cbc:ID schemeID="BIC"><xsl:call-template name="BANK_BIC_NAAM"><xsl:with-param name="p_str" select="PRS_BEDRIJF_BANKBIC"/></xsl:call-template></cbc:ID>
|
||||
<cbc:Name><xsl:call-template name="BANK_BIC_NAAM"><xsl:with-param name="p_str" select="PRS_BEDRIJF_BANKNAAM"/></xsl:call-template></cbc:Name>
|
||||
</cac:FinancialInstitution>
|
||||
</cac:FinancialInstitutionBranch>
|
||||
</cac:PayeeFinancialAccount>
|
||||
@@ -678,6 +678,14 @@
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="BANK_BIC_NAAM">
|
||||
<xsl:param name="p_str"/>
|
||||
<xsl:choose>
|
||||
<xsl:when test="string-length($p_str) != 0"><xsl:value-of select="$p_str"/></xsl:when>
|
||||
<xsl:otherwise>-</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="BANKREKENINGNR">
|
||||
<xsl:param name="p_fin_factuur_bankreknr"/>
|
||||
<xsl:param name="p_prs_bedrijf_bankreknr"/>
|
||||
|
||||
Reference in New Issue
Block a user