Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 69fe0ae7

Von Tamino Steinert vor mehr als 2 Jahren hinzugefügt

  • ID 69fe0ae75cd26535ebad5e934a70608acc0cb39e
  • Vorgänger bd110579
  • Nachfolger 63a47986

Reclamation: add billing_address_id to reclamation

Unterschiede anzeigen:

SL/DB/Reclamation.pm
map { $record_args{$_} = $source->$_ } # {{{ for vim folds
qw(
amount
billing_address_id
contact_id
currency_id
customer_id
......
map { $record_args{$_} = $source->$_ } # {{{ for vim folds
qw(
amount
billing_address_id
currency_id
customer_id
delivery_term_id
......
} elsif ( $is_abbr_any->(qw(sdsr pdpr)) ) { #DeliveryOrder
map { $record_args{$_} = $source->$_ } # {{{ for vim folds
qw(
billing_address_id
currency_id
customer_id
delivery_term_id
......
map { $record_args{$_} = $source->$_ } # {{{ for vim folds
qw(
amount
billing_address_id
currency_id
customer_id
delivery_term_id
......
if ( ($from_to->{from} =~ m{sales}) && ($from_to->{to} =~ m{purchase}) ) {
$record_args{customer_id} = undef;
$record_args{billing_address_id} = undef;
$record_args{salesman_id} = undef;
$record_args{payment_id} = undef;
$record_args{delivery_term_id} = undef;

Auch abrufbar als: Unified diff