5772-reduceInvoicePdfSize #1632

Merged
carlosap merged 11 commits from 5772-reduceInvoicePdfSize into dev 2023-06-22 11:45:50 +00:00
1 changed files with 0 additions and 9 deletions
Showing only changes of commit b7cd32f4ce - Show all commits

View File

@ -106,15 +106,6 @@
<td class="centered">{{sale.vatType}}</td>
<td class="number">{{saleImport(sale) | currency('EUR', $i18n.locale)}}</td>
</tr>
<!-- FIXME: Can the tags be removed from the invoices?
<tr class="description font light-gray">
<td colspan="7">
<span v-if="sale.value5"> <strong>{{sale.tag5}}</strong> {{sale.value5}} </span>
<span v-if="sale.value6"> <strong>{{sale.tag6}}</strong> {{sale.value6}} </span>
<span v-if="sale.value7"> <strong>{{sale.tag7}}</strong> {{sale.value7}} </span>
</td>
</tr>
-->
</tbody>
<tfoot>
<tr>