refs #5772 eliminar tags en report invoice
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Carlos Andrés 2023-06-22 13:18:16 +02:00
parent 591fc14ffa
commit b7cd32f4ce
1 changed files with 0 additions and 9 deletions

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>