Fehler #410 » add_shipto.patch
SL/Form.pm | ||
---|---|---|
1872 | 1872 |
my @values; |
1873 | 1873 | |
1874 | 1874 |
foreach my $item (qw(name department_1 department_2 street zipcode city country gln |
1875 |
contact cp_gender phone fax email)) {
|
|
1875 |
contact phone fax email)) { |
|
1876 | 1876 |
if ($self->{"shipto$item"}) { |
1877 | 1877 |
$shipto = 1 if ($self->{$item} ne $self->{"shipto$item"}); |
1878 | 1878 |
} |