mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +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]);
|
$subTitle = trans('breadcrumbs.edit_journal', ['description' => $journal->description]);
|
||||||
$preFilled = [
|
$preFilled = [
|
||||||
'date' => $journal->date->format('Y-m-d'),
|
'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' => '',
|
'category' => '',
|
||||||
'budget_id' => 0,
|
'budget_id' => 0,
|
||||||
'piggy_bank_id' => 0,
|
'piggy_bank_id' => 0,
|
||||||
|
Reference in New Issue
Block a user