mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-06 12:45:30 +00:00
Fix #3461
This commit is contained in:
@@ -128,6 +128,10 @@ class SelectController extends Controller
|
||||
*/
|
||||
public function selectTransactions(Rule $rule)
|
||||
{
|
||||
if(false===$rule->active) {
|
||||
session()->flash('warning',trans('firefly.cannot_fire_inactive_rules'));
|
||||
return redirect(route('rules.index'));
|
||||
}
|
||||
// does the user have shared accounts?
|
||||
$first = session('first', Carbon::now()->subYear())->format('Y-m-d');
|
||||
$today = Carbon::now()->format('Y-m-d');
|
||||
|
Reference in New Issue
Block a user