fecgov / openFEC-web-app

DEPRECATED See https://github.com/18F/fec-cms for fec.gov's code
Other
43 stars 31 forks source link

Candidate loans -wrong on committee profile summary page #2109

Closed jwchumley closed 7 years ago

jwchumley commented 7 years ago

It looks like instead of displaying the Loans made by the candidate, it is displaying the Total loan repayments.

https://www.fec.gov/data/committee/C00610113/?cycle=2016

Candidate loans in this case should be the same as total loans: $8,192,850.00

Displaying:$34,334.00 which is also displaying correctly as the candidate loan repayments and the total loan repayments.

jwchumley commented 7 years ago

This is also wrong on the candidate profile page: https://www.fec.gov/data/candidate/S6FL00426/?cycle=2016&election_full=false

noahmanger commented 7 years ago

@jontours can you roll this into your totals fixes?

Verified that this value is coming from the API: "loans_made_by_candidate": 34334

jontours commented 7 years ago

Yup!

noahmanger commented 7 years ago

Did this get included in your PR @jontours ?

noahmanger commented 7 years ago

Resolved by https://github.com/18F/openFEC/pull/2470