Skip to content

Commit

Permalink
Merge pull request #1468 from DFE-Digital/add-inactive-status-to-appl…
Browse files Browse the repository at this point in the history
…ication-choice

Add `inactive` status to ApplicationChoice.cs
  • Loading branch information
martyn-w authored Sep 13, 2024
2 parents 2faa0d6 + e341003 commit eae960d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GetIntoTeachingApi/Models/Crm/ApplicationChoice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public enum Status
Withdrawn = 222750011,
ConditionsNotMet = 222750012,
OfferDeferred = 222750013,
Inactive = 222750014,
}

[EntityField("dfe_applyapplicationform", typeof(EntityReference), "dfe_applyapplicationform")]
Expand Down

0 comments on commit eae960d

Please sign in to comment.