Compare commits
2 Commits
68e436cd67
...
af4dec77d1
Author | SHA1 | Date | |
---|---|---|---|
af4dec77d1 | |||
df7f462ead |
@ -167,7 +167,8 @@
|
||||
}, 0.0))}}
|
||||
</th>
|
||||
<th class="right aligned">
|
||||
{{$format->number(($total > 0) ? $pagado / $total * 100 : 0, 2)}}%
|
||||
{{ $format->percent(($total > 0) ? $pagado / $total : 0, 2, true) }} Pie<br />
|
||||
{{ $format->percent($pagado / $venta->valor, 2, true) }} Promesa
|
||||
</th>
|
||||
<th colspan="3"></th>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user