projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a15bcf2
)
BackgroundJob::CsvImport: unbenutztes Modul SessionFile::Random nicht laden
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 3 Mar 2017 20:42:29 +0000
(21:42 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 3 Mar 2017 20:57:10 +0000
(21:57 +0100)
SL/BackgroundJob/CsvImport.pm
patch
|
blob
|
history
diff --git
a/SL/BackgroundJob/CsvImport.pm
b/SL/BackgroundJob/CsvImport.pm
index
9815ddf
..
14ad336
100644
(file)
--- a/
SL/BackgroundJob/CsvImport.pm
+++ b/
SL/BackgroundJob/CsvImport.pm
@@
-7,7
+7,6
@@
use parent qw(SL::BackgroundJob::Base);
use YAML ();
use SL::JSON;
use SL::DB::CsvImportProfile;
-use SL::SessionFile::Random;
sub create_job {
my ($self_or_class, %params) = @_;