mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix for #685
This commit is contained in:
parent
b6be9e6ade
commit
dc5bd648cf
@ -309,7 +309,6 @@ class ImportStorage
|
||||
$journal->date = $date->format('Y-m-d');
|
||||
$journal->order = 0;
|
||||
$journal->tag_count = 0;
|
||||
$journal->encrypted = 0;
|
||||
$journal->completed = false;
|
||||
|
||||
if (!$journal->save()) {
|
||||
|
Loading…
Reference in New Issue
Block a user