Revision 69fe0ae7
Von Tamino Steinert vor mehr als 2 Jahren hinzugefügt
SL/DB/DeliveryOrder.pm | ||
---|---|---|
# }}} for vim folds
|
||
} elsif ( ref($source) eq 'SL::DB::Reclamation' ) {
|
||
map{ ( $record_args{$_} = $source->$_ ) } # {{{ for vim folds
|
||
#billing_address_id #TODO(Tamino): add billing_address_id to reclamation
|
||
qw(
|
||
billing_address_id
|
||
currency_id
|
||
customer_id
|
||
delivery_term_id
|
Auch abrufbar als: Unified diff
Reclamation: add billing_address_id to reclamation