Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 844a541e

Von Moritz Bunkus vor etwa 3 Jahren hinzugefügt

  • ID 844a541e0d8f59644540413f675e8f07cd154cf6
  • Vorgänger ce73964f
  • Nachfolger 00177fae

Zusätzliche Rechnungsadressen: in Verkaufsbelegmasken auswählbar

Unterschiede anzeigen:

SL/DB/Invoice.pm
173 173
  $terms = $source->customer->payment_terms if !defined $terms && $source->customer;
174 174

  
175 175
  my %args = ( map({ ( $_ => $source->$_ ) } qw(customer_id taxincluded shippingpoint shipvia notes intnotes salesman_id cusordnumber ordnumber department_id
176
                                                cp_id language_id taxzone_id tax_point globalproject_id transaction_description currency_id delivery_term_id), @columns),
176
                                                cp_id language_id taxzone_id tax_point globalproject_id transaction_description currency_id delivery_term_id
177
                                                billing_address_id), @columns),
177 178
               transdate   => $params{transdate} // DateTime->today_local,
178 179
               gldate      => DateTime->today_local,
179 180
               duedate     => $terms ? $terms->calc_date(reference_date => DateTime->today_local) : DateTime->today_local,

Auch abrufbar als: Unified diff