Skip to content
Snippets Groups Projects
Commit a63ecee4 authored by Goffin Simon's avatar Goffin Simon
Browse files

[FIX] website_sale: Wrong apply of the fiscal positions when choosing shipping address

In 11.0, this part of the code has been removed.

When choosing the shipping address in the cart, if a tax has been mapped
by a fiscal position, the subtotal was not correctly computed.

opw:778405
parent 7c486b4d
No related branches found
No related tags found
No related merge requests found
......@@ -1107,11 +1107,6 @@
<a class="btn btn-default btn-primary pull-right mb32 " href="/shop/confirm_order">Confirm <span class="fa fa-long-arrow-right" /></a>
</div>
</div>
<div class="col-lg-offset-1 col-md-3 text-muted">
<h3 class="page-header mt16">Your Order</h3>
<t t-set="website_sale_order" t-value="website.sale_get_order()" />
<t t-call="website_sale.total" />
</div>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment