Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f85793af

Von Tamino Steinert vor fast 2 Jahren hinzugefügt

  • ID f85793af36b387677f422ed95bd5d61556add99b
  • Vorgänger c22f1710
  • Nachfolger cc6300b3

Reclamation: add billing_address_id to reclamation

Unterschiede anzeigen:

SL/DB/Order.pm
377 377
                 employee  => SL::DB::Manager::Employee->current,
378 378
              );
379 379
  } elsif ( ref($source) eq 'SL::DB::Reclamation') {
380
    #TODO(Tamino): add billing_address_id to reclamation
381 380
    %args = ( map({ ( $_ => $source->$_ ) } qw(
382
        amount currency_id customer_id delivery_term_id department_id
381
        amount billing_address_id currency_id customer_id delivery_term_id department_id
383 382
        exchangerate globalproject_id intnotes language_id netamount
384 383
        notes payment_id  reqdate salesman_id shippingpoint shipvia taxincluded
385 384
        tax_point taxzone_id transaction_description vendor_id

Auch abrufbar als: Unified diff