mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Merge branch 'main' into 'mod/facturas_trello'
Main See merge request jjimenez/safekat!683
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user