fix result field
This commit is contained in:
parent
dbd1b237f8
commit
24738cf974
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ class EstimationService:
|
||||||
is_dtq = True
|
is_dtq = True
|
||||||
reason = "Declined due to high Rx spend"
|
reason = "Declined due to high Rx spend"
|
||||||
|
|
||||||
if applicant_new_tier > applicant_tier:
|
if applicant_new_tier and applicant_new_tier > applicant_tier:
|
||||||
applicant_tier = applicant_new_tier
|
applicant_tier = applicant_new_tier
|
||||||
reason = f"Rx spend increased tier to {applicant_new_tier}."
|
reason = f"Rx spend increased tier to {applicant_new_tier}."
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue