+ die t8("The MT940 import needs an import profile called MT940") unless $self->profile;
+
+ $self->redirect_to(controller => 'controller.pl', action => 'CsvImport/test', 'profile.type' => 'bank_transactions', 'profile.id' => $self->profile->id, force_profile => 1);
+}
+
+sub check_auth {
+ $::auth->assert('bank_transaction');
+}
+
+sub init_profile {