mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Better number formatting.
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
{% endif %}
|
||||
|
||||
{% if accountPerspective %}
|
||||
{{ formatPerspective(journal, accountPerspective)|raw }}
|
||||
{{ formatAccountPerspective(journal, accountPerspective)|raw }}
|
||||
{% endif %}
|
||||
|
||||
{% if budgetPerspective %}
|
||||
|
@@ -42,7 +42,7 @@
|
||||
{% if not accountPerspective %}
|
||||
{{ journal|formatJournal }}
|
||||
{% else %}
|
||||
{{ formatPerspective(journal, accountPerspective)|raw }}
|
||||
{{ formatAccountPerspective(journal, accountPerspective)|raw }}
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="hidden-sm hidden-xs">
|
||||
|
Reference in New Issue
Block a user