Revision a34c05f3
Von Moritz Bunkus vor fast 10 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
634 | 634 |
conv_i($form->{vendor_id}), conv_i($form->{customer_id}), |
635 | 635 |
$amount, $netamount, conv_date($reqdate), |
636 | 636 |
$form->{taxincluded} ? 't' : 'f', $form->{shippingpoint}, |
637 |
$form->{shipvia}, $form->{notes}, $form->{intnotes},
|
|
637 |
$form->{shipvia}, $restricter->process($form->{notes}), $form->{intnotes},
|
|
638 | 638 |
$form->{currency}, $form->{closed} ? 't' : 'f', |
639 | 639 |
$form->{delivered} ? "t" : "f", $form->{proforma} ? 't' : 'f', |
640 | 640 |
$quotation, conv_i($form->{department_id}), |
Auch abrufbar als: Unified diff
Einkauf/Verkauf: Bemerkungsfeld mit HTML-Editor ausgestattet