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

[FIX] website_sale: price_tax and amount_tax in confirmation page

All the information about the taxes must be displayed in the  confirmation page.

opw:679316
parent 01a81b97
No related branches found
No related tags found
No related merge requests found
......@@ -1273,6 +1273,7 @@
<th>Products</th>
<th>Quantity</th>
<th class="text-right" width="100">Unit Price</th>
<th class="text-right" width="100">Taxes</th>
<th class="text-right" width="100">Subtotal</th>
</tr>
</thead>
......@@ -1298,6 +1299,11 @@
t-field-options='{"widget": "monetary", "display_currency": "order.pricelist_id.currency_id"}'/>
</strong>
</td>
<td>
<div class="text-right"
t-field="line.price_tax"
t-field-options='{"widget": "monetary", "display_currency": "order.pricelist_id.currency_id"}'/>
</td>
<td>
<div class="text-right"
t-field="line.price_subtotal"
......
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