forked from 0x2620/pandora
fix #1559 (properly format budget/gross/profit)
This commit is contained in:
parent
d85eaed453
commit
379dbda360
1 changed files with 3 additions and 3 deletions
|
@ -326,7 +326,7 @@
|
|||
"title": "Budget",
|
||||
"type": "integer",
|
||||
"columnWidth": 90,
|
||||
"format": {"type": "unit", "args": ["$"]},
|
||||
"format": {"type": "currency", "args": ["$"]},
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
|
@ -334,7 +334,7 @@
|
|||
"title": "Gross",
|
||||
"type": "integer",
|
||||
"columnWidth": 90,
|
||||
"format": {"type": "unit", "args": ["$"]},
|
||||
"format": {"type": "currency", "args": ["$"]},
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
|
@ -342,7 +342,7 @@
|
|||
"title": "Profit",
|
||||
"type": "integer",
|
||||
"columnWidth": 90,
|
||||
"format": {"type": "unit", "args": ["$"]},
|
||||
"format": {"type": "currency", "args": ["$"]},
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue