mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
More and improved code for the import routine.
This commit is contained in:
@@ -103,9 +103,6 @@ class CsvConfigurator implements ConfiguratorInterface
|
||||
&& $this->job->configuration['column-roles-complete']
|
||||
&& $this->job->configuration['column-mapping-complete']
|
||||
) {
|
||||
$this->job->status = 'configured';
|
||||
$this->job->save();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user