Skip to content

Commit

Permalink
Add Withdrawn and update Close Out Not Approved status logic for BAP …
Browse files Browse the repository at this point in the history
…2022 CRF status map config
  • Loading branch information
courtneymyers committed Aug 6, 2024
1 parent 5ddc458 commit 591daad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/client/src/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ export const bapStatusMap = {
.set("Accepted", "Funding Approved"),
crf: new Map<string, string>()
.set("Needs Clarification", "Needs Clarification")
.set("Branch Director Denied", "Close Out Not Approved")
.set("Withdrawn", "Withdrawn")
.set("Coordinator Denied", "Close Out Not Approved")
.set("Accepted", "Close Out Approved"),
},
2023: {
Expand Down

0 comments on commit 591daad

Please sign in to comment.