Revision cd417762
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
1443 | 1443 |
if ($shipto) { |
1444 | 1444 |
if ( $form->{formname} eq 'purchase_order' |
1445 | 1445 |
|| $form->{formname} eq 'request_quotation') { |
1446 |
$form->{shiptoname} = $myconfig{company};
|
|
1447 |
$form->{shiptostreet} = $myconfig{address};
|
|
1446 |
$form->{shiptoname} = $defaults->company;
|
|
1447 |
$form->{shiptostreet} = $defaults->address;
|
|
1448 | 1448 |
} else { |
1449 | 1449 |
map { $form->{"shipto$_"} = $form->{$_} } @a; |
1450 | 1450 |
} |
Auch abrufbar als: Unified diff
address businessnumber company co_ustid duns taxnumber sepa_creditor_id aus Defaults-Tabelle holen