diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index e20d67c95abfdb929775006a1b1258d32c516c8d..9c257299a012139e540c5b05665a4238dce10089 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -834,6 +834,7 @@ else if ($action == "addline" && $user->rights->propale->creer) unset($_POST['np_price']); unset($_POST['dp_desc']); unset($_POST['np_tva_tx']); + unset($_POST['np_desc']); } else { @@ -2028,7 +2029,7 @@ else print '<td>'; print $companystatic->getNomUrl(1,'customer'); print '</td>'; - + // Customer ref print '<td nowrap="nowrap">'; print $objp->ref_client;