X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fsepa.pl;h=c9db0713ea9e348ebb3a24ee475289233415834f;hb=4bd1e2f8b588972f10f92728301feacefd5ee4dd;hp=94e062050bf700beecc8525e99c9200474e0c317;hpb=38e2876fa8ab04fe1ee78aeaa415aa6e71c0f524;p=kivitendo-erp.git diff --git a/bin/mozilla/sepa.pl b/bin/mozilla/sepa.pl index 94e062050..c9db0713e 100755 --- a/bin/mozilla/sepa.pl +++ b/bin/mozilla/sepa.pl @@ -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);