Die Variablen aus %myconfig beim Drucken nicht einfach so nach $form kopieren --...
[kivitendo-erp.git] / SL / OE.pm
index 6226a57..8873198 100644 (file)
--- 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;