X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/79ae46a435c65fa188981f6b5c61e0e15d32fb23..c5651754689f5072d6f9896af9c85312128d6e18:/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 {