Skip to content

Commit

Permalink
[#3863] Fix order of stuf BG request payload
Browse files Browse the repository at this point in the history
Backport-of: #3866
  • Loading branch information
Viicos authored and sergei-maertens committed Feb 12, 2024
1 parent beeaf8d commit 664b051
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/stuf/stuf_bg/templates/stuf_bg/StufBgRequest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@
{% if gemeenteVanInschrijving %}
<ns:inp.gemeenteVanInschrijving xsi:nil="true"/>
{% endif %}
{% if inp_heeftAlsEchtgenootPartner %}
<ns:inp.heeftAlsEchtgenootPartner StUF:entiteittype="NPSNPSHUW">
<ns:gerelateerde StUF:entiteittype="NPS">
<ns:inp.bsn xsi:nil="true" />
<ns:voornamenAanschrijving xsi:nil="true" />
<ns:geslachtsnaamAanschrijving xsi:nil="true" />
</ns:gerelateerde>
</ns:inp.heeftAlsEchtgenootPartner>
{% endif %}
{% if inp_heeftAlsKinderen %}
<ns:inp.heeftAlsKinderen StUF:entiteittype="NPSNPSKND">
<ns:gerelateerde StUF:entiteittype="NPS">
Expand All @@ -98,15 +107,6 @@
</ns:gerelateerde>
</ns:inp.heeftAlsKinderen>
{% endif %}
{% if inp_heeftAlsEchtgenootPartner %}
<ns:inp.heeftAlsEchtgenootPartner StUF:entiteittype="NPSNPSHUW">
<ns:gerelateerde StUF:entiteittype="NPS">
<ns:inp.bsn xsi:nil="true" />
<ns:voornamenAanschrijving xsi:nil="true" />
<ns:geslachtsnaamAanschrijving xsi:nil="true" />
</ns:gerelateerde>
</ns:inp.heeftAlsEchtgenootPartner>
{% endif %}
</ns:object>
</ns:scope>
</ns:npsLv01>{% endblock %}

0 comments on commit 664b051

Please sign in to comment.