Skip to content

Commit 1f01b63

Browse files
committed
Updated filter for Funding Envelope
1 parent ecec6ae commit 1f01b63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OFM.Infrastructure.WebAPI/Services/Processes/Fundings/P300BaseFundingProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public string RetrieveFundingAllocation
5151
<filter>
5252
<condition attribute="ofm_applicationid" operator="eq" value="{formattedApplicationID}" />
5353
<condition attribute="statecode" operator="eq" value="0" />
54-
<condition attribute="statuscode" operator="eq" value="1" />
54+
<condition attribute="statuscode" operator="eq" value="2" />
5555
<condition attribute="ofm_year_of_agreement" operator="eq" value="{fundingYear}" />
5656
</filter>
5757
<link-entity name="ofm_funding_allocation" from="ofm_funding_envelop" to="ofm_funding_envelope_changeid" link-type="inner">

0 commit comments

Comments
 (0)