X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/41cceb1e99fa9d9dbf7977772e16e23646208608..aae306cda6274d:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index 6d1e843cd..6018634dd 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -1339,9 +1339,6 @@ SQL # need the current dbh to get the not yet committed mtime $form->new_lastmtime('ar', $provided_dbh); - $form->{name} = $form->{customer}; - $form->{name} =~ s/--\Q$form->{customer_id}\E//; - # add shipto if (!$form->{shipto_id}) { $form->add_shipto($dbh, $form->{id}, "AR");