X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FOE.pm;h=8873198c07ba4cfa459ab7b2cfdfee1f1dbd8c36;hb=7748fe8e500152ddf3b2ab12b64bd606fc2a6259;hp=6226a571e0248aa41ef6fa22e31840e5ec35c683;hpb=e6f429e42da71c71b6416727216302a87a254fde;p=kivitendo-erp.git diff --git a/SL/OE.pm b/SL/OE.pm index 6226a571e..8873198c0 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -1198,9 +1198,6 @@ sub order_details { $form->set_payment_options($myconfig, $form->{orddate}); } - # myconfig variables - map { $form->{$_} = $myconfig->{$_} } - (qw(company address tel fax signature businessnumber)); $form->{username} = $myconfig->{name}; $dbh->disconnect;