X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fsales_order_entry.php;h=25d381a4004561b7b8916f48b0f328e8a0e9fa78;hb=8fd0c50cc4a19a07c61ee87a632377419d096a5a;hp=16098b0f1b8744eb5b10aed975035fdb60c028d0;hpb=6183e9450dcd7e4c747889c10903f6ff1b0add33;p=fa-stable.git diff --git a/sales/sales_order_entry.php b/sales/sales_order_entry.php index 16098b0f..25d381a4 100644 --- a/sales/sales_order_entry.php +++ b/sales/sales_order_entry.php @@ -135,7 +135,7 @@ function copy_to_cart() if ($cart->trans_type!=30) { $cart->reference = $_POST['ref']; } - $cart->Comments = str_replace("'", "\\'", $_POST['Comments']); + $cart->Comments = $_POST['Comments']; $cart->document_date = $_POST['OrderDate']; $cart->due_date = $_POST['delivery_date'];