[FIX] account: Discount is an amount and should be right aligned

The header already is but the value isn't.
Fixes #4372
This commit is contained in:
Guewen Baconnier 2014-12-22 11:12:30 +01:00 committed by Martin Trigaux
parent 05400f56b3
commit 718c94cb48
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
<td class="text-right">
<span t-field="l.price_unit"/>
</td>
<td groups="sale.group_discount_per_so_line"><span t-field="l.discount"/></td>
<td class="text-right" groups="sale.group_discount_per_so_line"><span t-field="l.discount"/></td>
<td class="text-right">
<span t-esc="', '.join(map(lambda x: x.name, l.invoice_line_tax_id))"/>
</td>