Skip to content

Commit

Permalink
refactor: set lookupperson source to dont_care instead of internal
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman committed May 2, 2024
1 parent 364029b commit 093ddb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<xsl:template match="/">
<geg:lookUpPerson>
<geg:personSearchMessage source="internal" details="supplementary" search="all" return="supplementary">
<geg:personSearchMessage source="dont_care" details="supplementary" search="all" return="supplementary">
<geg:bsn operator="EQUAL"><xsl:value-of select="$Bsn"/></geg:bsn>
<geg:context>
<geg:name>7.0 migratieset</geg:name>
Expand Down

0 comments on commit 093ddb3

Please sign in to comment.