Skip to content

Commit

Permalink
fix: pick first telnr in uw-gegevens to initiatingsubject translation…
Browse files Browse the repository at this point in the history
… to prevent error when multiple telnrs are given in uw-gegevens
  • Loading branch information
MLenterman committed May 3, 2024
1 parent 0d453ba commit 7cfe966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/configurations/bpel/Bpel/Basic/Model/Person.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<xsl:copy-of select="zgw:WrapNullOrSkip('basic:telephoneNumber', 'empty', zgw:FromOrderedSource(
$TelephoneNumber,
$Person//basic:telephoneNumber,
$UwGegevens//*[starts-with(name(), 'contactgegevens')]/*[starts-with(name(), 'telefoonnummer')],
$UwGegevens//*[starts-with(name(), 'contactgegevens')]/*[starts-with(name(), 'telefoonnummer')][0],
//basic:telephoneNumber),
'http://www.emaxx.org/bpel/proces/xsd/eMAXX/Basic')"/>
<xsl:copy-of select="zgw:WrapNullOrSkip('basic:faxNumber', 'empty', zgw:FromOrderedSource(
Expand Down

0 comments on commit 7cfe966

Please sign in to comment.