Revision 844a541e
Von Moritz Bunkus vor etwa 3 Jahren hinzugefügt
SL/DB/DeliveryOrder.pm | ||
---|---|---|
127 | 127 |
} |
128 | 128 |
|
129 | 129 |
my %args = ( map({ ( $_ => $source->$_ ) } qw(cp_id currency_id customer_id cusordnumber delivery_term_id department_id employee_id globalproject_id intnotes language_id notes |
130 |
ordnumber payment_id reqdate salesman_id shippingpoint shipvia taxincluded taxzone_id transaction_description vendor_id |
|
130 |
ordnumber payment_id reqdate salesman_id shippingpoint shipvia taxincluded taxzone_id transaction_description vendor_id billing_address_id
|
|
131 | 131 |
)), |
132 | 132 |
closed => 0, |
133 | 133 |
is_sales => !!$source->customer_id, |
Auch abrufbar als: Unified diff
Zusätzliche Rechnungsadressen: in Verkaufsbelegmasken auswählbar