fix result field
This commit is contained in:
parent
4a45b007c0
commit
dbd1b237f8
1 changed files with 0 additions and 1 deletions
|
|
@ -269,7 +269,6 @@ class EstimationService:
|
||||||
if applicant_new_tier is None:
|
if applicant_new_tier is None:
|
||||||
is_dtq = True
|
is_dtq = True
|
||||||
reason = "Declined due to high Rx spend"
|
reason = "Declined due to high Rx spend"
|
||||||
break
|
|
||||||
|
|
||||||
if applicant_new_tier > applicant_tier:
|
if applicant_new_tier > applicant_tier:
|
||||||
applicant_tier = applicant_new_tier
|
applicant_tier = applicant_new_tier
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue