Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2b02691d

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID 2b02691d2e477d72ce6c383d7247cf7a7ba1abb7
  • Vorgänger af10df1d
  • Nachfolger 3839b495

Reclamation: add billing_address_id to reclamation

Unterschiede anzeigen:

SL/DB/Order.pm
412 412
                   : undef
413 413
                   : die "Wrong state for reqdate";
414 414
  } elsif ( ref($source) eq 'SL::DB::Reclamation') {
415
    #TODO(Tamino): add billing_address_id to reclamation
416 415
    %args = ( map({ ( $_ => $source->$_ ) } qw(
417
        amount currency_id customer_id delivery_term_id department_id
416
        amount billing_address_id currency_id customer_id delivery_term_id department_id
418 417
        exchangerate globalproject_id intnotes language_id netamount
419 418
        notes payment_id  reqdate salesman_id shippingpoint shipvia taxincluded
420 419
        tax_point taxzone_id transaction_description vendor_id

Auch abrufbar als: Unified diff