]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/io.pl
OE::, DO::order_details und IC::prepare_parts_for_printing mit lokaler form ...
[mfinanz.git] / bin / mozilla / io.pl
index d156767397defc3e4d67ffa9f02e45b4d71eda94..a7be6d7be3c418ee304f9bc1ae9dadc202e4ac21 100644 (file)
@@ -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 {