mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
New code for updated import routine.
This commit is contained in:
@@ -87,9 +87,11 @@ class FakeRoutine implements RoutineInterface
|
||||
break;
|
||||
case 'final':
|
||||
$handler = new StageFinalHandler;
|
||||
$handler->setJob($this->job);
|
||||
$transactions = $handler->getTransactions();
|
||||
$this->repository->setStatus($this->job, 'provider_finished');
|
||||
$this->repository->setStage($this->job, 'final');
|
||||
$this->repository->setTransactions($this->job, $transactions);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user