Feedback 1674: Anpassungen Rechnungsvorlage
parent
026caa88e5
commit
81123cca57
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue