Skip to content
Snippets Groups Projects
Commit 6006c0d7 authored by Ajay Javiya's avatar Ajay Javiya Committed by Antony Lesuisse
Browse files

[FIX] on website sale checkout once create address and confirm order , after...

[FIX] on website sale checkout once create address and confirm order , after that if user change it to ship to same address still ship address is set previousely create address
parent 3be9d911
Branches
Tags
No related merge requests found
......@@ -677,6 +677,9 @@ class website_sale(http.Controller):
self.checkout_form_save(values["checkout"])
if not int(post.get('shipping_id', 0)):
order.partner_shipping_id = order.partner_invoice_id
request.session['sale_last_order_id'] = order.id
request.website.sale_get_order(update_pricelist=True, context=context)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment