mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
Update views and JS for delete (single) transaction.
This commit is contained in:
@@ -139,7 +139,7 @@ class SingleController extends Controller
|
|||||||
Session::flash('gaEventCategory', 'transactions');
|
Session::flash('gaEventCategory', 'transactions');
|
||||||
Session::flash('gaEventAction', 'delete-' . $what);
|
Session::flash('gaEventAction', 'delete-' . $what);
|
||||||
|
|
||||||
return view('transactions.delete', compact('journal', 'subTitle', 'what'));
|
return view('transactions.single.delete', compact('journal', 'subTitle', 'what'));
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user