Revision a529c3ba
Von Martin Helmling martin.helmling@octosoft.eu vor etwa 8 Jahren hinzugefügt
SL/DB/Invoice.pm | ||
---|---|---|
165 | 165 |
$terms = $source->customer->payment_terms if !defined $terms && $source->customer; |
166 | 166 |
|
167 | 167 |
my %args = ( map({ ( $_ => $source->$_ ) } qw(customer_id taxincluded shippingpoint shipvia notes intnotes salesman_id cusordnumber ordnumber department_id |
168 |
shipto_id |
|
169 | 168 |
cp_id language_id taxzone_id globalproject_id transaction_description currency_id delivery_term_id), @columns), |
170 | 169 |
transdate => DateTime->today_local, |
171 | 170 |
gldate => DateTime->today_local, |
Auch abrufbar als: Unified diff
Revert "Verkauf/Rechnungen/Massenerstellung: Zahlungsbedigungen werden nicht übernommen"
This reverts commit 90e59318411f63c95a7e803b4383d75ec72427a8.