modification de la description produit

This commit is contained in:
Regis Houssin 2006-02-11 17:24:04 +00:00
parent 31affa5572
commit 80e2acbe5b

View File

@ -140,6 +140,7 @@ if ($_POST['action'] == 'addligne' && $user->rights->commande->creer)
{ {
$result = $commande->addline( $result = $commande->addline(
$_POST['np_desc'], $_POST['np_desc'],
$_POST['product_desc'],
$_POST['pu'], $_POST['pu'],
$_POST['qty'], $_POST['qty'],
$_POST['tva_tx'], $_POST['tva_tx'],