X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cb575f7dcf586c7e32f2c2f72f67c8a6c6af914d..f5c9c5eba0aed77f5cebe2e5cee5c7f3743b579e:/bin/mozilla/io.pl diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index d15676739..a7be6d7be 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1393,7 +1393,7 @@ sub print_form { # create the form variables if ($form->{type} =~ /_delivery_order$/) { - DO->order_details(); + DO->order_details(\%myconfig, \%$form); } elsif ($order) { OE->order_details(\%myconfig, \%$form); } else {