Revision d512cb5d
Von Bernd Bleßmann vor etwa 4 Jahren hinzugefügt
SL/DB/Order.pm | ||
---|---|---|
328 | 328 |
|
329 | 329 |
my %args = ( map({ ( $_ => $source->$_ ) } qw(amount cp_id currency_id cusordnumber customer_id delivery_customer_id delivery_term_id delivery_vendor_id |
330 | 330 |
department_id employee_id exchangerate globalproject_id intnotes marge_percent marge_total language_id netamount notes |
331 |
ordnumber payment_id quonumber reqdate salesman_id shippingpoint shipvia taxincluded taxzone_id |
|
331 |
ordnumber payment_id quonumber reqdate salesman_id shippingpoint shipvia taxincluded tax_point taxzone_id
|
|
332 | 332 |
transaction_description vendor_id |
333 | 333 |
)), |
334 | 334 |
quotation => !!($destination_type =~ m{quotation$}), |
Auch abrufbar als: Unified diff
Auftrags-Controller: Leistungsdatum bei Workflow berücksichtigen