There was an error while loading. Please reload this page.
1 parent ecec6ae commit 1f01b63Copy full SHA for 1f01b63
1 file changed
OFM.Infrastructure.WebAPI/Services/Processes/Fundings/P300BaseFundingProvider.cs
@@ -51,7 +51,7 @@ public string RetrieveFundingAllocation
51
<filter>
52
<condition attribute="ofm_applicationid" operator="eq" value="{formattedApplicationID}" />
53
<condition attribute="statecode" operator="eq" value="0" />
54
- <condition attribute="statuscode" operator="eq" value="1" />
+ <condition attribute="statuscode" operator="eq" value="2" />
55
<condition attribute="ofm_year_of_agreement" operator="eq" value="{fundingYear}" />
56
</filter>
57
<link-entity name="ofm_funding_allocation" from="ofm_funding_envelop" to="ofm_funding_envelope_changeid" link-type="inner">
0 commit comments