fix applicant_id
This commit is contained in:
parent
8cfa3762b8
commit
52c7292d94
1 changed files with 1 additions and 2 deletions
|
|
@ -480,8 +480,7 @@ class EstimationService:
|
||||||
|
|
||||||
plan_coverage = self.get_plan_coverage(plans[0])
|
plan_coverage = self.get_plan_coverage(plans[0])
|
||||||
rx_spend = 0
|
rx_spend = 0
|
||||||
for applicant in applicants:
|
for applicant_id, applicant in enumerate(applicants):
|
||||||
applicant_id = applicant.applicant
|
|
||||||
applicant_review_reasons = []
|
applicant_review_reasons = []
|
||||||
applicant_dtq_reasons = []
|
applicant_dtq_reasons = []
|
||||||
applicant_accept_reasons = []
|
applicant_accept_reasons = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue