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>
|
<tr>
|
||||||
<th>Tipo y Nombre del trabajo</th>
|
<th>Tipo y Nombre del trabajo</th>
|
||||||
<th>Uds.</th>
|
<th>Uds.</th>
|
||||||
<th>Precio</th>
|
|
||||||
<th>IVA</th>
|
<th>IVA</th>
|
||||||
<th>Subtotal</th>
|
<th>Subtotal</th>
|
||||||
</tr>
|
</tr>
|
||||||
@ -81,9 +80,6 @@
|
|||||||
<td class="uds">
|
<td class="uds">
|
||||||
<?= ($linea->cantidad > 0) ? $linea->cantidad : '' ?>
|
<?= ($linea->cantidad > 0) ? $linea->cantidad : '' ?>
|
||||||
</td>
|
</td>
|
||||||
<td class="importe">
|
|
||||||
<?= ($linea->cantidad > 0) ? $linea->precio_unidad : '' ?>
|
|
||||||
</td>
|
|
||||||
<td class="iva">
|
<td class="iva">
|
||||||
<?= ($linea->cantidad > 0) ? $linea->iva : '' ?>
|
<?= ($linea->cantidad > 0) ? $linea->iva : '' ?>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user