X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/00c278b5eebfd2b245a9d75021126af809318f93..8efe3525b0835a3759aebacd9fbcf204db9f84da:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index 31ded06f0..e29f67fe2 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -304,9 +304,6 @@ sub invoice_details { $form->{paid} = $form->format_amount($myconfig, $form->{paid}, 2); - # myconfig variables - map { $form->{$_} = $myconfig->{$_} } - (qw(company address tel fax signature businessnumber)); $form->{username} = $myconfig->{name}; $dbh->disconnect;