fixed sepa export BIC mit Leerzeichen im xslt

This commit is contained in:
Ralph Soika 2021-05-11 13:54:24 +02:00
parent 9b8c2ca796
commit 94a3b3378f
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -92,7 +92,7 @@
<FinInstnId>
<BIC>
<xsl:value-of
select="$exportWorkitem/item[@name='dbtr.bic']/value" />
select="replace($exportWorkitem/item[@name='dbtr.bic']/value, ' ', '')" />
</BIC>
</FinInstnId>
</DbtrAgt>
@ -137,7 +137,7 @@
<CdtrAgt>
<FinInstnId>
<BIC>
<xsl:value-of select="item[@name='cdtr.bic']/value" />
<xsl:value-of select="replace(item[@name='cdtr.bic']/value, ' ', '')" />
</BIC>
</FinInstnId>
</CdtrAgt>