I had to set the "delivery_address" in "stock_shipment_out" and "sale_sale" 
to a new address (or the invoice address).

In *my* case:

UPDATE stock_shipment_out SET delivery_address = 153 WHERE id = 152
UPDATE sale_sale SET delivery_address = 153 WHERE id = 152

-- 
[email protected] mailing list

Reply via email to