mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Controller can let you edit new dates #122
This commit is contained in:
@@ -158,6 +158,9 @@ class TransactionController extends Controller
|
||||
$subTitle = trans('breadcrumbs.edit_journal', ['description' => $journal->description]);
|
||||
$preFilled = [
|
||||
'date' => $journal->date->format('Y-m-d'),
|
||||
'interest_date' => $journal->interest_date ? $journal->interest_date->format('Y-m-d') : '',
|
||||
'book_date' => $journal->book_date ? $journal->book_date->format('Y-m-d') : '',
|
||||
'process_date' => $journal->process_date ? $journal->process_date->format('Y-m-d') : '',
|
||||
'category' => '',
|
||||
'budget_id' => 0,
|
||||
'piggy_bank_id' => 0,
|
||||
|
Reference in New Issue
Block a user