Revision 60f00ccc
Von Tamino Steinert vor fast 2 Jahren hinzugefügt
SL/DB/DeliveryOrder.pm | ||
---|---|---|
184 | 184 |
# }}} for vim folds |
185 | 185 |
} elsif ( ref($source) eq 'SL::DB::Reclamation' ) { |
186 | 186 |
map{ ( $record_args{$_} = $source->$_ ) } # {{{ for vim folds |
187 |
#billing_address_id #TODO(Tamino): add billing_address_id to reclamation |
|
188 | 187 |
qw( |
188 |
billing_address_id |
|
189 | 189 |
currency_id |
190 | 190 |
customer_id |
191 | 191 |
delivery_term_id |
Auch abrufbar als: Unified diff
Reclamation: add billing_address_id to reclamation