mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Replace native with primary where possible
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<script type="text/javascript" nonce="{{ JS_NONCE }}">
|
||||
var allowedOpposingTypes = {{ allowedOpposingTypes|json_encode|raw }};
|
||||
var accountToTypes = {{ accountToTypes|json_encode|raw }};
|
||||
var defaultCurrency = {{ defaultCurrency.toArray()|json_encode|raw }};
|
||||
var primaryCurrency = {{ primaryCurrency.toArray()|json_encode|raw }};
|
||||
var allowedSourceDests = {{ allowedSourceDests|json_encode|raw }};
|
||||
var expectedSourceTypes = {{ expectedSourceTypes|json_encode|raw }};
|
||||
var cashAccountId = {{ cash.id }};
|
||||
|
||||
Reference in New Issue
Block a user