Ability to highlight a particular transaction. [skip ci]

This commit is contained in:
James Cole
2014-08-09 06:56:38 +02:00
parent f2cee8fea7
commit ebb28df607
4 changed files with 16 additions and 9 deletions

View File

@@ -117,7 +117,7 @@ class BudgetController extends BaseController
return View::make('budgets.show')->with('budget', $budget)->with('repetitions', $repetitions)->with(
'filters', $filters
);
)->with('highlight',Input::get('highlight'));
}
/**