Revision 9a516d26
Von Tamino Steinert vor mehr als 2 Jahren hinzugefügt
SL/DB/Order.pm | ||
---|---|---|
397 | 397 |
employee => SL::DB::Manager::Employee->current, |
398 | 398 |
); |
399 | 399 |
} elsif ( ref($source) eq 'SL::DB::Reclamation') { |
400 |
#TODO(Tamino): add billing_address_id to reclamation |
|
401 | 400 |
%args = ( map({ ( $_ => $source->$_ ) } qw( |
402 |
amount currency_id customer_id delivery_term_id department_id |
|
401 |
amount billing_address_id currency_id customer_id delivery_term_id department_id
|
|
403 | 402 |
exchangerate globalproject_id intnotes language_id netamount |
404 | 403 |
notes payment_id reqdate salesman_id shippingpoint shipvia taxincluded |
405 | 404 |
tax_point taxzone_id transaction_description vendor_id |
Auch abrufbar als: Unified diff
Reclamation: add billing_address_id to reclamation