modification de la description produit
This commit is contained in:
parent
d46c53144e
commit
35c17917f1
@ -319,8 +319,7 @@ if ($_POST['action'] == "addligne" && $user->rights->propale->creer)
|
||||
$_POST['qty'],
|
||||
$_POST['remise'],
|
||||
$_POST['np_desc'],
|
||||
test);
|
||||
//$_POST['product_desc']);
|
||||
$_POST['product_desc']);
|
||||
}
|
||||
propale_pdf_create($db, $_POST['propalid'], $propal->modelpdf);
|
||||
}
|
||||
|
||||
@ -147,6 +147,7 @@ class Propal
|
||||
$prod = new Product($this->db, $idproduct);
|
||||
if ($prod->fetch($idproduct) > 0)
|
||||
{
|
||||
$product_desc = $prod->description;
|
||||
// multiprix
|
||||
if($conf->global->PRODUIT_MULTIPRICES == 1)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user