X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2e66dde525c12d064518c316d25a6b41ed727b39..841d44c00aae1166a0721e40dc2f9ffb7b9ac5b5:/bin/mozilla/io.pl diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 69b70e813..e67bbbb2b 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1443,8 +1443,8 @@ sub print_form { if ($shipto) { if ( $form->{formname} eq 'purchase_order' || $form->{formname} eq 'request_quotation') { - $form->{shiptoname} = $myconfig{company}; - $form->{shiptostreet} = $myconfig{address}; + $form->{shiptoname} = $defaults->company; + $form->{shiptostreet} = $defaults->address; } else { map { $form->{"shipto$_"} = $form->{$_} } @a; }