Skip to content

Commit

Permalink
fix: geboortedatum under persoongegevens missing in zaak
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman committed Jan 19, 2024
1 parent c271072 commit 666b857
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 @@ -96,7 +96,7 @@
<xsl:copy-of select="zgw:WrapNullOrSkip('basic:dateOfBirth', 'null', zgw:FromOrderedSource(
$DateOfBirth,
$Person//basic:dateOfBirth,
'',
$UwGegevensCompleet//*[starts-with(name(), 'persoonsgegevens')]/*[starts-with(name(), 'geboortedatum')],
//basic:dateOfBirth),
'http://www.emaxx.org/bpel/proces/xsd/eMAXX/Basic')"/>
<xsl:copy-of select="zgw:WrapNullOrSkip('basic:emailAddress', 'empty', zgw:FromOrderedSource(
Expand Down

0 comments on commit 666b857

Please sign in to comment.