update requests statuses

This commit is contained in:
dandds
2018-09-11 10:44:24 -04:00
parent d03d186383
commit 7da1cbada3
2 changed files with 4 additions and 3 deletions

View File

@@ -16,9 +16,10 @@ class RequestStatus(Enum):
PENDING_CCPO_ACCEPTANCE = "Pending CCPO Acceptance"
PENDING_CCPO_APPROVAL = "Pending CCPO Approval"
CHANGES_REQUESTED = "Changes Requested"
CHANGES_REQUESTED_TO_FINVER = "Change Requested to Financial Verification"
APPROVED = "Approved"
EXPIRED = "Expired"
CANCELED = "Canceled"
DELETED = "Deleted"
class RequestStatusEvent(Base):