Closed jtapia closed 10 years ago
@jtapia Due to the age of this issue, I am going to close it.
I don't understand how a user could've changed their address. Please provide the information from https://github.com/spree/spree/tree/master/CONTRIBUTING.md if this issue is still a problem.
When an user made a checkout, the order gets the ship address and bill address of that user, on the admin you should be able to get the invoice of that order (orders->order->edit->invoice), but when the user changes his address, that order has the old address of him, so if you want to generate again that order invoice, it gets an error, because it has the old address id
Anyone knows a quick fix for it?