Skip to content

Commit

Permalink
fix: incorrect objecttype and relationtype
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Aug 8, 2024
1 parent 68515b8 commit dc9b4ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<xsl:value-of select="$Registratienummer" />
</bct:ObjectID_1>
<!--Optional:-->
<bct:ObjectType_2>S</bct:ObjectType_2>
<bct:ObjectType_2>D</bct:ObjectType_2>
<!--Optional:-->
<bct:ObjectID_2>
<xsl:value-of select="$DossierID" />
</bct:ObjectID_2>
<!--Optional:-->
<bct:RelationTypeID>D</bct:RelationTypeID>
<bct:RelationTypeID>BIJ</bct:RelationTypeID>
</bct:ModObjectRelation>
</xsl:template>
</xsl:stylesheet>

0 comments on commit dc9b4ee

Please sign in to comment.