mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Allow user to set multi-currency available budget. WIP
This commit is contained in:
@@ -143,7 +143,7 @@ class AmountFormat extends Twig_Extension
|
||||
{
|
||||
return new Twig_SimpleFilter(
|
||||
'formatAmountPlain',
|
||||
function (string $string): string {
|
||||
static function (string $string): string {
|
||||
$currency = app('amount')->getDefaultCurrency();
|
||||
|
||||
return app('amount')->formatAnything($currency, $string, false);
|
||||
|
||||
Reference in New Issue
Block a user