display financial verification review info for ccpo

This commit is contained in:
dandds
2018-09-05 17:17:30 -04:00
parent 50c8766a7a
commit e8aa905a99
7 changed files with 90 additions and 16 deletions

View File

@@ -140,3 +140,11 @@ WORKSPACE_ROLES = [
},
),
]
FUNDING_TYPES = [
("", "- Select -"),
("RDTE", "Research, Development, Testing & Evaluation (RDT&E)"),
("OM", "Operations & Maintenance (O&M)"),
("PROC", "Procurement (PROC)"),
("OTHER", "Other"),
]