mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 21:29:38 +02:00
Fix curency format (#1020)
* Fixed currency formatting
* Revert "Fixed currency formatting"
This reverts commit 8c7ff442b8
.
* fix currency formating
This commit is contained in:
parent
f62c5e43c3
commit
c8590d53ba
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ class Money
|
||||||
unit: currency.symbol,
|
unit: currency.symbol,
|
||||||
precision: currency.default_precision,
|
precision: currency.default_precision,
|
||||||
delimiter: currency.delimiter,
|
delimiter: currency.delimiter,
|
||||||
separator: currency.separator
|
separator: currency.separator,
|
||||||
|
format: currency.default_format
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue