FIX: Escritura y saldo
This commit is contained in:
@ -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>
|
||||
Δ
|
||||
{{$format->ufs($venta->saldo())}}
|
||||
|
Reference in New Issue
Block a user