-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Charges Overview Error #208
Comments
@arakla Could you be more descriptive of the problem? i.e. Does this happen on the charges page? Thanks! |
I'm pretty sure the issue @arakla noticed was as result of not accounting for the case when the is_approved scope for a charge is This is an issue that probably exists in multiple places (see my fix for another instance here) and in fixing this issue we should go through all models to fix this wherever it occurs. I don't really like the solution I used in that commit. We really should fix this by either:
|
I am referring to the charge overview view, which is located here: https://[Server]/charge_overview And what @pkoenig10 points out sounds like the culprit. As mentioned in #215, it is not referenced anywhere and is effectively just passed on by word of mouth or looking at the code (which is a separate issue). |
One of the columns, either Pending Charges or Total is not always accurate. I think pending charges doesn't actually total all pending charges.
The text was updated successfully, but these errors were encountered: