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