treat 'Approval' as synonym for 'Approved'
This commit is contained in:
parent
d67abd4cc8
commit
2ed84f1148
@ -161,7 +161,7 @@ def process_status(status, decision_date):
|
|||||||
status = "Rejected"
|
status = "Rejected"
|
||||||
if status == "Appeal Received":
|
if status == "Appeal Received":
|
||||||
status = "Appeal In Progress"
|
status = "Appeal In Progress"
|
||||||
if status in ["Completed", "Allowed"]:
|
if status in ["Completed", "Allowed", "Approval"]:
|
||||||
status = "Approved"
|
status = "Approved"
|
||||||
if status in [None, "NOT_MAPPED"]:
|
if status in [None, "NOT_MAPPED"]:
|
||||||
status = "Unknown"
|
status = "Unknown"
|
||||||
|
Loading…
Reference in New Issue
Block a user