fix "pending CCPO approval" alert display logic

This commit is contained in:
dandds
2018-08-13 11:03:23 -04:00
parent 37bb0c5d30
commit 1387423a1c
2 changed files with 6 additions and 5 deletions

View File

@@ -150,3 +150,7 @@ class Requests(object):
@classmethod
def is_pending_financial_verification(cls, request):
return request.status == RequestStatus.PENDING_FINANCIAL_VERIFICATION
@classmethod
def is_pending_ccpo_approval(cls, request):
return request.status == RequestStatus.PENDING_CCPO_APPROVAL