modification de la description produit
This commit is contained in:
parent
7e5309d99a
commit
e34d27a3ff
@ -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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user