fecgov / openFEC-web-app

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

Bug: Negative page number counts for some filings #2115

Closed noahmanger closed 7 years ago

noahmanger commented 7 years ago

In some cases, filings are shown to have negative page numbers:

image

This is a value we derive by subtracting the beginning number from the ending number. But because the numbers are so big, we slice after 8 digits. Apparently this is the wrong number of digits to slice, because it's being overly aggressive on these reports.

noahmanger commented 7 years ago

Closing in favor of https://github.com/18F/openFEC/issues/2475