mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-20 11:33:59 +00:00
Fix missing first_date
This commit is contained in:
@@ -140,7 +140,7 @@ class EditController extends Controller
|
||||
'deposit_source_id' => $array['transactions'][0]['source_id'],
|
||||
'withdrawal_destination_id' => $array['transactions'][0]['destination_id'],
|
||||
];
|
||||
|
||||
$array['first_date'] = substr($array['first_date'], 0, 10);
|
||||
$array['transactions'][0]['tags'] = implode(',', $array['transactions'][0]['tags'] ?? []);
|
||||
|
||||
return prefixView(
|
||||
|
Reference in New Issue
Block a user