X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d40a8e202ca38008031a0cb882f5c3ae1c58fce8..a34c05f386bc2abb45a097dcb4d68e8ab2f5af94:/SL/OE.pm?ds=inline diff --git a/SL/OE.pm b/SL/OE.pm index 870673a5c..061cd27a0 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -634,7 +634,7 @@ SQL conv_i($form->{vendor_id}), conv_i($form->{customer_id}), $amount, $netamount, conv_date($reqdate), $form->{taxincluded} ? 't' : 'f', $form->{shippingpoint}, - $form->{shipvia}, $form->{notes}, $form->{intnotes}, + $form->{shipvia}, $restricter->process($form->{notes}), $form->{intnotes}, $form->{currency}, $form->{closed} ? 't' : 'f', $form->{delivered} ? "t" : "f", $form->{proforma} ? 't' : 'f', $quotation, conv_i($form->{department_id}),