X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a6485c5822e13b6d0bda4bff0a003bfc569f778c..ea13b69d6d3a70c5432ae6b6d29a0a0531e51da9:/SL/DB/Order.pm diff --git a/SL/DB/Order.pm b/SL/DB/Order.pm index f22c84d17..8228def98 100644 --- a/SL/DB/Order.pm +++ b/SL/DB/Order.pm @@ -437,7 +437,7 @@ sub new_from_multi { # set this entries to undef that yield different information my %attributes; - foreach my $attr (qw(ordnumber transdate reqdate taxincluded shippingpoint + foreach my $attr (qw(ordnumber transdate reqdate tax_point taxincluded shippingpoint shipvia notes closed delivered reqdate quonumber cusordnumber proforma transaction_description order_probability expected_billing_date)) {