So here's the scenario-
A Sales Order is placed on Customer A's account
It gets fulfilled on an IF
It gets Invoiced and sent to Customer A
Customer A says- hey this isn't the right account, it should be on Customer B
So we update the Invoice to Customer B which breaks the link between the Invoice and the Sales Order
Then we update the Sales Order and Item Fulfillment to Customer B...
But since there is an IF against the SO, inventory is taken out on the IF -AND- it's taken out again on the Invoice since the Invoice is now a "stand alone" invoice
Maybe there is a better way to handle the scenario?