Removed unused "budget maximum" preference

This commit is contained in:
James Cole
2016-09-03 21:13:08 +02:00
parent 8c7ef49eb6
commit ce003f217b
4 changed files with 3 additions and 21 deletions

View File

@@ -221,12 +221,11 @@ class BudgetController extends Controller
}
$budgetMaximum = Preferences::get('budgetMaximum', 1000)->data;
$defaultCurrency = Amount::getDefaultCurrency();
return view(
'budgets.index', compact(
'budgetMaximum', 'periodStart', 'periodEnd',
'periodStart', 'periodEnd',
'period', 'range', 'budgetIncomeTotal',
'defaultCurrency', 'inactive', 'budgets',
'spent', 'budgeted'