mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 03:51:18 +00:00
Ability to highlight a particular transaction. [skip ci]
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user