915 |
915 |
ordnumber = ?, quonumber = ?, cusordnumber = ?, transdate = ?, vendor_id = ?,
|
916 |
916 |
customer_id = ?, amount = ?, netamount = ?, reqdate = ?, tax_point = ?, taxincluded = ?,
|
917 |
917 |
shippingpoint = ?, shipvia = ?, notes = ?, intnotes = ?, currency_id = (SELECT id FROM currencies WHERE name=?), closed = ?,
|
918 |
|
delivered = ?, proforma = ?, quotation = ?, department_id = ?, language_id = ?,
|
|
918 |
delivered = ?, proforma = ?, department_id = ?, language_id = ?,
|
919 |
919 |
taxzone_id = ?, shipto_id = ?, billing_address_id = ?, payment_id = ?, delivery_vendor_id = ?, delivery_customer_id = ?,delivery_term_id = ?,
|
920 |
920 |
globalproject_id = ?, employee_id = ?, salesman_id = ?, cp_id = ?, transaction_description = ?, marge_total = ?, marge_percent = ?
|
921 |
921 |
, order_probability = ?, expected_billing_date = ?
|
... | ... | |
929 |
929 |
$form->{shipvia}, $restricter->process($form->{notes}), $form->{intnotes},
|
930 |
930 |
$form->{currency}, $form->{closed} ? 't' : 'f',
|
931 |
931 |
$form->{delivered} ? "t" : "f", $form->{proforma} ? 't' : 'f',
|
932 |
|
$quotation, conv_i($form->{department_id}),
|
|
932 |
conv_i($form->{department_id}),
|
933 |
933 |
conv_i($form->{language_id}), conv_i($form->{taxzone_id}),
|
934 |
934 |
conv_i($form->{shipto_id}), conv_i($form->{billing_address_id}), conv_i($form->{payment_id}),
|
935 |
935 |
conv_i($form->{delivery_vendor_id}),
|
OE.pm noch quotation_boolean rausgenommen