Revision 69fe0ae7
Von Tamino Steinert vor mehr als 2 Jahren hinzugefügt
| 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
Reclamation: add billing_address_id to reclamation