Merge branch 'mod/pdf_facturas' into 'main'

Actualizado el pdf de facturas para eliminar precio por linea

See merge request jjimenez/safekat!682
This commit is contained in:
Ignacio Martinez Navajas
2025-04-10 12:34:22 +00:00

View File

@ -66,7 +66,6 @@
<tr>
<th>Tipo y Nombre del trabajo</th>
<th>Uds.</th>
<th>Precio</th>
<th>IVA</th>
<th>Subtotal</th>
</tr>
@ -81,9 +80,6 @@
<td class="uds">
<?= ($linea->cantidad > 0) ? $linea->cantidad : '' ?>
</td>
<td class="importe">
<?= ($linea->cantidad > 0) ? $linea->precio_unidad : '' ?>
</td>
<td class="iva">
<?= ($linea->cantidad > 0) ? $linea->iva : '' ?>
</td>