Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9a516d26

Von Tamino Steinert vor mehr als 2 Jahren hinzugefügt

  • ID 9a516d268d2e726bc2265b5f8d8aa43501cfbab5
  • Vorgänger b10162ca
  • Nachfolger d0953178

Reclamation: add billing_address_id to reclamation

Unterschiede anzeigen:

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