mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 14:46:37 +00:00
Code for #1324
This commit is contained in:
@@ -369,7 +369,7 @@ class RuleController extends Controller
|
||||
|
||||
// redirect to new bill creation.
|
||||
if ((int)$request->get('bill_id') > 0) {
|
||||
return redirect(route('bills.create'));
|
||||
return redirect($this->getPreviousUri('bills.create.uri'));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user