]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/io.pl
address businessnumber company co_ustid duns taxnumber sepa_creditor_id aus Defaults...
[mfinanz.git] / bin / mozilla / io.pl
index 69b70e8137d9381a0b83a865d613401baa1ede02..e67bbbb2be32df63d953c580173674d5d74736f1 100644 (file)
@@ -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;
     }