Revision 37367349
Von Moritz Bunkus vor fast 3 Jahren hinzugefügt
SL/Controller/CustomerVendor.pm | ||
---|---|---|
283 | 283 |
$self->{shipto}->save(cascade => 1); |
284 | 284 |
} |
285 | 285 |
|
286 |
if ($self->is_customer && any { $self->{additional_billing_address}->$_ ne '' } @ADDITIONAL_BILLING_ADDRESS_COLUMNS) { |
|
286 |
if ($self->is_customer && any { $self->{additional_billing_address}->$_ ne '' } grep { $_ ne 'default_address' } @ADDITIONAL_BILLING_ADDRESS_COLUMNS) {
|
|
287 | 287 |
$self->{additional_billing_address}->customer_id($self->{cv}->id); |
288 | 288 |
$self->{additional_billing_address}->save(cascade => 1); |
289 | 289 |
|
Auch abrufbar als: Unified diff
Kundenstammdaten: keine leeren »zusätzliche Rechnungsadressen« erzeugen