| Index: sitescripts/reports/static/lib/reportsview.js |
| =================================================================== |
| --- a/sitescripts/reports/static/lib/reportsview.js |
| +++ b/sitescripts/reports/static/lib/reportsview.js |
| @@ -45,7 +45,7 @@ |
| function NumberFormatter(row, cell, value, columnDef, dataContext) |
| { |
| - return parseFloat(value).toFixed(1); |
| + return parseFloat(value).toFixed(2); |
| } |
| function TimeFormatter(row, cell, value, columnDef, dataContext) |