X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/96d10eccdcde8518cf9cc1ed863be32cf34ccfc2..ef8dc9da7e9c47b71f040c6a70d45b39aa1a67ec:/SL/OE.pm diff --git a/SL/OE.pm b/SL/OE.pm index 6226a571e..5b7c031af 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -970,11 +970,6 @@ sub order_details { discount p_discount discount_sub nodiscount_sub linetotal nodiscount_linetotal tax_rate projectnumber); - my @tax_arrays = - qw(taxbase tax taxdescription taxrate taxnumber); - - map({ $form->{$_} = [] } (@arrays, @tax_arrays)); - my $sameitem = ""; foreach $item (sort { $a->[1] cmp $b->[1] } @partsgroup) { $i = $item->[0]; @@ -1198,9 +1193,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;