This commit is contained in:
parent
3e443ad5ce
commit
5de4a11e8b
|
@ -71,6 +71,7 @@
|
|||
<td class="number">{{sale.quantity}}</td>
|
||||
<td width="50%">{{sale.concept}}</td>
|
||||
<td width="5%" class="font light-gray" v-if="sale.subName">{{sale.subName}}</td>
|
||||
<td class="number" v-if="showPrices">{{sale.price | currency('EUR', $i18n.locale)}}</td>
|
||||
<td class="centered" width="5%" v-if="showPrices">{{(sale.discount / 100) | percentage}}</td>
|
||||
<td class="centered" v-if="showPrices">{{sale.vatType}}</td>
|
||||
<td class="number" v-if="showPrices">
|
||||
|
|
Loading…
Reference in New Issue