add task order information source to review form

This commit is contained in:
dandds
2018-09-07 09:43:36 -04:00
parent 4ec85a11f1
commit a6c069e85a
4 changed files with 7 additions and 1 deletions

View File

@@ -148,3 +148,5 @@ FUNDING_TYPES = [
("PROC", "Procurement (PROC)"),
("OTHER", "Other"),
]
TASK_ORDER_SOURCES = [("MANUAL", "Manual"), ("EDA", "EDA")]