]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/sepa.pl
Project-Controller: Paginaten beim CSV-/PDF-Export ausschalten
[mfinanz.git] / bin / mozilla / sepa.pl
index 94e062050bf700beecc8525e99c9200474e0c317..c9db0713ea9e348ebb3a24ee475289233415834f 100755 (executable)
@@ -154,7 +154,7 @@ sub bank_transfer_create {
       $bank_transfer->{chart_id} = $bank_account->{chart_id};
     }
 
-    my $id = SL::SEPA->create_export('employee'       => $form->{login},
+    my $id = SL::SEPA->create_export('employee'       => $::myconfig{login},
                                      'bank_transfers' => \@bank_transfers,
                                      'vc'             => $vc);