fix #1559 (properly format budget/gross/profit)

This commit is contained in:
rolux 2013-05-31 23:57:02 +02:00
parent d85eaed453
commit 379dbda360

View file

@ -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
},
{