Revision ba5f105a
Von Stephan Köhler vor etwa 19 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
1357 | 1357 |
# get shipto if we did not converted an order or invoice |
1358 | 1358 |
if (!$form->{shipto}) { |
1359 | 1359 |
map { delete $form->{$_} } |
1360 |
qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact shiptophone shiptofax shiptoemail); |
|
1360 |
qw(shiptoname shiptodepartment_1 shiptodepartment_2 shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact shiptophone shiptofax shiptoemail);
|
|
1361 | 1361 |
|
1362 | 1362 |
$query = qq|SELECT s.* FROM shipto s |
1363 | 1363 |
WHERE s.trans_id = $form->{customer_id}|; |
Auch abrufbar als: Unified diff
Merge von 578 aus unstable: Bug Nr 190 geloest. Abteilung1 und 2 wurden bei der Lieferadresse nicht beruecksichtigt
DB-Schema ändert sich!