Mostrar porcentajes en venta
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
@endif
|
||||
</td>
|
||||
@if ($credito !== null)
|
||||
<td></td>
|
||||
<td>{{ $format->percent($credito->pago->valor() / $venta->valor, 2, true) }}</td>
|
||||
<td class="right aligned">
|
||||
{{$format->ufs($credito->pago->valor())}}
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user