mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 03:43:07 +00:00
Last changes to make the import routine work.
This commit is contained in:
@@ -291,6 +291,7 @@ class Import
|
||||
|
||||
break;
|
||||
}
|
||||
$job->delete();
|
||||
|
||||
|
||||
}
|
||||
|
@@ -379,6 +379,7 @@ class EloquentAccountRepository implements AccountRepositoryInterface
|
||||
$transactionJournal = \App::make(
|
||||
'Firefly\Storage\TransactionJournal\TransactionJournalRepositoryInterface'
|
||||
);
|
||||
$transactionJournal->overruleUser($this->_user);
|
||||
|
||||
$transactionJournal->createSimpleJournal(
|
||||
$initial, $account, 'Initial Balance for ' . $account->name, $amount, $date
|
||||
|
Reference in New Issue
Block a user