Revision a34c05f3
Von Moritz Bunkus vor fast 10 Jahren hinzugefügt
SL/DO.pm | ||
---|---|---|
451 | 451 |
$form->{cusordnumber}, conv_date($form->{transdate}), |
452 | 452 |
conv_i($form->{vendor_id}), conv_i($form->{customer_id}), |
453 | 453 |
conv_date($form->{reqdate}), $form->{shippingpoint}, $form->{shipvia}, |
454 |
$form->{notes}, $form->{intnotes},
|
|
454 |
$restricter->process($form->{notes}), $form->{intnotes},
|
|
455 | 455 |
$form->{closed} ? 't' : 'f', $form->{delivered} ? "t" : "f", |
456 | 456 |
conv_i($form->{department_id}), conv_i($form->{language_id}), conv_i($form->{shipto_id}), |
457 | 457 |
conv_i($form->{globalproject_id}), conv_i($form->{employee_id}), |
Auch abrufbar als: Unified diff
Einkauf/Verkauf: Bemerkungsfeld mit HTML-Editor ausgestattet