Skip to content

Commit

Permalink
chore:typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Meric Akgul committed Sep 12, 2024
1 parent 635dcfc commit bca8c39
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,11 @@
>
<Param name="NewStatuses" sessionKey="NewStatuses" type="DOMDOC" />
<Param name="EndStatusType" sessionKey="SetEndStatusTypeResult" type="DOMDOC" />
<Forward name="success" path="EindDatumAndResultaatButNoEndStatus"/>
<Forward name="success" path="EinddatumAndResultaatButNoEndStatus"/>
</XsltPipe>

<XmlIfPipe
name="EindDatumAndResultaatButNoEndStatus"
name="EinddatumAndResultaatButNoEndStatus"
xpathExpression="string-length($EndStatusFromNewStatusses/ZgwStatus) = 0 and $Beeindigd/beeindigd = 'false' and string-length($Einddatum) gt 0"
thenForwardName="CreateNewEndStatusFromEinddatum"
elseForwardName="PostStatusIterator"
Expand Down

0 comments on commit bca8c39

Please sign in to comment.