Skip to content

Commit

Permalink
fix: apply date fix to all stores
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Mar 29, 2024
1 parent 5d97e63 commit d49b1b5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
<Param name="VERTROUWELIJKHEID" xpathExpression="//vertrouwelijkheid" />
<Param name="AFZENDER" xpathExpression="//behandelaarnaam" />
<Param name="ONDERWERP" xpathExpression="//onderwerp" />
<Param name="STOREDATE" sessionKey="StoreDate" />
<Param name="STOREDATE" type="DATE" sessionKey="StoreDate" />
<Forward name="success" path="ReturnResult" />
</SenderPipe>

Expand Down Expand Up @@ -879,7 +879,7 @@
<Param name="VERTROUWELIJKHEID" xpathExpression="//vertrouwelijkheid" />
<Param name="AFZENDER" xpathExpression="//behandelaarnaam" />
<Param name="ONDERWERP" xpathExpression="//onderwerp" />
<Param name="STOREDATE" sessionKey="StoreDate" />
<Param name="STOREDATE" type="DATE" sessionKey="StoreDate" />
<Forward name="success" path="ReturnResult" />
</SenderPipe>

Expand All @@ -891,7 +891,7 @@
<Param name="VERTROUWELIJKHEID" xpathExpression="//vertrouwelijkheid" />
<Param name="AFZENDER" xpathExpression="//behandelaarnaam" />
<Param name="ONDERWERP" xpathExpression="//onderwerp" />
<Param name="STOREDATE" sessionKey="StoreDate" />
<Param name="STOREDATE" type="DATE" sessionKey="StoreDate" />
<Forward name="success" path="ReturnResult" />
</SenderPipe>

Expand Down

0 comments on commit d49b1b5

Please sign in to comment.