mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 03:00:14 +00:00
Update views and JS for edit single transaction.
This commit is contained in:
@@ -241,7 +241,7 @@ class SingleController extends Controller
|
||||
Session::forget('transactions.edit.fromUpdate');
|
||||
|
||||
return view(
|
||||
'transactions.edit',
|
||||
'transactions.single.edit',
|
||||
compact('journal', 'optionalFields', 'assetAccounts', 'what', 'budgetList', 'subTitle')
|
||||
)->with('data', $preFilled);
|
||||
}
|
||||
|
Reference in New Issue
Block a user