Skip to content
Snippets Groups Projects
Commit 07c93723 authored by Juliana's avatar Juliana
Browse files

[UPD]Center column amount

parent 2cbc9daf
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,8 @@
<xpath expr="//th[@name='th_subtotal']" position="replace">
<th name="th_subtotal" class="text-right">
<span>Montant HT</span>
</th>
<th name="th_subtotal" class="text-right">
<span>Montant TTC</span>
</th>
</xpath>
......@@ -36,6 +38,8 @@
>
<td class="text-right o_price_total">
<span class="text-nowrap" t-field="line.price_subtotal" />
</td>
<td class="text-right o_price_total">
<span class="text-nowrap" t-field="line.price_total" />
</td>
</xpath>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment