modification de la description produit

This commit is contained in:
Regis Houssin 2006-02-12 12:33:35 +00:00
parent 11c7027ad7
commit d46c53144e

View File

@ -318,8 +318,9 @@ if ($_POST['action'] == "addligne" && $user->rights->propale->creer)
$_POST['idprod'],
$_POST['qty'],
$_POST['remise'],
$_POST['np_desc']);
// $_POST['product_desc']);
$_POST['np_desc'],
test);
//$_POST['product_desc']);
}
propale_pdf_create($db, $_POST['propalid'], $propal->modelpdf);
}