modification de la description produit

This commit is contained in:
Regis Houssin 2006-02-12 12:08:04 +00:00
parent 7e5309d99a
commit e34d27a3ff

View File

@ -305,7 +305,8 @@ if ($_POST['action'] == "addligne" && $user->rights->propale->creer)
if (isset($_POST['np_tva_tx']))
{
$propal->insert_product_generic(
$_POST['np_desc'],
$_POST['np_desc'],
$_POST['np_product_desc'],
$_POST['np_price'],
$_POST['np_qty'],
$_POST['np_tva_tx'],
@ -317,7 +318,8 @@ if ($_POST['action'] == "addligne" && $user->rights->propale->creer)
$_POST['idprod'],
$_POST['qty'],
$_POST['remise'],
$_POST['np_desc']);
$_POST['np_desc']),
$_POST['np_product_desc']);
}
propale_pdf_create($db, $_POST['propalid'], $propal->modelpdf);
}