mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 02:03:40 +00:00
Various small changes.
This commit is contained in:
4
resources/views/javascript/accounts.twig
Normal file
4
resources/views/javascript/accounts.twig
Normal file
@@ -0,0 +1,4 @@
|
||||
var accountInfo = [];
|
||||
{% for id, account in accounts %}
|
||||
accountInfo[{{ id }}] = {preferredCurrency: {{ account.preferredCurrency}}};
|
||||
{% endfor %}
|
Reference in New Issue
Block a user