We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reimbursemnt requests that are denied still have amounts showing in "currently owed"
Currently owed only has the amounts for valid reimbursement requests.
Filter out reimbursement requests to not include statuses with "DENIED".
The text was updated successfully, but these errors were encountered:
#2674 Fixed reimbursement request bug
879aaf1
#2674 Prettier check
1b125b4
#2674 Checks if any statuses are denied
2546c2c
#2674 Prettier Check
422ce32
Merge pull request #2677 from Northeastern-Electric-Racing/2674-bug-d…
a98e0ef
…enied-request-amounts-are-still-included-in-the-currently-owed-total-1 #2674 Fixed reimbursement request bug
AShyamkumar19
Successfully merging a pull request may close this issue.
Description
Reimbursemnt requests that are denied still have amounts showing in "currently owed"
Acceptance Criteria
Currently owed only has the amounts for valid reimbursement requests.
Proposed Solution
Filter out reimbursement requests to not include statuses with "DENIED".
The text was updated successfully, but these errors were encountered: