Right now, claims are processed for a team in the order they're submitted, and once they're entered, they can't be ordered or re-entered. Two potential solutions for this:
Easy solution: Just let them be deletable, and have the user re-submit the claims. Great for us, sucks for them.
Harder solution: Implement a UI to allow reordering them. No sure what a good UI would be for this. Ideally the user would also be able to delete any claims they made as well.
Right now, claims are processed for a team in the order they're submitted, and once they're entered, they can't be ordered or re-entered. Two potential solutions for this: