mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 16:30:55 -04:00
Improve initial display
This commit is contained in:
parent
74d0973978
commit
db35d70494
@ -213,7 +213,9 @@
|
|||||||
</div>
|
</div>
|
||||||
@endforeach
|
@endforeach
|
||||||
@else
|
@else
|
||||||
{{ Utils::formatMoney(0) }}
|
<div class="currency currency_{{ $account->getCurrencyId() }}" style="display:none">
|
||||||
|
{{ Utils::formatMoney(0) }}
|
||||||
|
</div>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -251,7 +253,9 @@
|
|||||||
</div>
|
</div>
|
||||||
@endforeach
|
@endforeach
|
||||||
@else
|
@else
|
||||||
{{ Utils::formatMoney(0) }}
|
<div class="currency currency_{{ $account->getCurrencyId() }}" style="display:none">
|
||||||
|
{{ Utils::formatMoney(0) }}
|
||||||
|
</div>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
@ -276,7 +280,9 @@
|
|||||||
</div>
|
</div>
|
||||||
@endforeach
|
@endforeach
|
||||||
@else
|
@else
|
||||||
{{ Utils::formatMoney(0) }}
|
<div class="currency currency_{{ $account->getCurrencyId() }}" style="display:none">
|
||||||
|
{{ Utils::formatMoney(0) }}
|
||||||
|
</div>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user