FIX: Escritura y saldo

This commit is contained in:
2023-11-24 20:28:08 -03:00
parent a82db6e1da
commit b66ef435c6
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
</strong>
</td>
<td class="right aligned" >
@if ($venta->saldo() / $venta->valor > 0.01)
@if (abs($venta->saldo() / $venta->valor) > 0.01)
<strong>
&Delta;
{{$format->ufs($venta->saldo())}}