Charts will respect decimal places #506

This commit is contained in:
James Cole
2016-12-30 11:51:58 +01:00
parent d146476c91
commit eb8f5512c5
2 changed files with 5 additions and 2 deletions

View File

@@ -189,7 +189,7 @@ class BudgetController extends Controller
return view(
'budgets.index',
compact('available', 'periodStart', 'periodEnd', 'budgetInformation', 'defaultCurrency', 'inactive', 'budgets', 'spent', 'budgeted')
compact('available', 'periodStart', 'periodEnd', 'budgetInformation', 'inactive', 'budgets', 'spent', 'budgeted')
);
}