Feedback 1674: Anpassungen Rechnungsvorlage

develop
Ahmed Aly 2018-05-14 07:04:30 +02:00
parent 026caa88e5
commit 81123cca57
1 changed files with 4 additions and 1 deletions

View File

@ -167,7 +167,10 @@
t-field="order_line.price_unit"/>
</td>
<td rowspan="2" class="text-right" t-if="discount_is_set">
<span t-if="not order_line.hide_discount and order_line.discount" t-field="order_line.discount"/>
<t t-if="not order_line.hide_discount and order_line.discount">
<span t-esc="o._formatLang(order_line.discount, False).strip('0').strip(',').strip('.')"/>
%
</t>
</td>
<td rowspan="2" class="text-right">
<span t-field="order_line.price_subtotal"/>