]> wagnertech.de Git - kivitendo-erp.git/commitdiff
CsvImport: Der Parameter für den Testlauf heißt 'test', nicht 'test_run'.
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 14 May 2014 07:27:00 +0000 (09:27 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 14 May 2014 14:53:58 +0000 (16:53 +0200)
SL/Controller/CsvImport/Base.pm
SL/Controller/CsvImport/BaseMulti.pm

index 9993975025e6ac274366bc0fd5ab43139f4dcdb7..8c6fa73baef399881e051fa36cc84b6f62707b10 100644 (file)
@@ -24,7 +24,7 @@ use Rose::Object::MakeMethods::Generic
 sub run {
   my ($self, %params) = @_;
 
 sub run {
   my ($self, %params) = @_;
 
-  $self->test_run($params{test_run});
+  $self->test_run($params{test});
 
   $self->controller->track_progress(phase => 'parsing csv', progress => 0);
 
 
   $self->controller->track_progress(phase => 'parsing csv', progress => 0);
 
index d5010a26e845a04d6d12b01ec18c981886f57b33..31a3c3b5788a0e30637edc41b147960614453254 100644 (file)
@@ -16,7 +16,7 @@ use Rose::Object::MakeMethods::Generic
 sub run {
   my ($self, %params) = @_;
 
 sub run {
   my ($self, %params) = @_;
 
-  $self->test_run($params{test_run});
+  $self->test_run($params{test});
 
   $self->controller->track_progress(phase => 'parsing csv', progress => 0);
 
 
   $self->controller->track_progress(phase => 'parsing csv', progress => 0);