mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-23 07:09:39 +02:00
Fixed currency formatting
This commit is contained in:
parent
f62c5e43c3
commit
8c7ff442b8
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ class Money
|
|||
unit: currency.symbol,
|
||||
precision: currency.default_precision,
|
||||
delimiter: currency.delimiter,
|
||||
separator: currency.separator
|
||||
separator: currency.separator,
|
||||
format: currency.default_format
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue