mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-08-26 13:17:30 -05:00
Fix view
This commit is contained in:
@@ -32,9 +32,9 @@
|
||||
</td>
|
||||
@else
|
||||
<td>
|
||||
@php
|
||||
var_dump($report['accounts'][$account['id']]['sum'] ?? null);
|
||||
@endphp
|
||||
@if('0' === $report['accounts'][$account['id']]['sum'])
|
||||
|
||||
@endif
|
||||
</td>
|
||||
@endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user