modification de la description produit

This commit is contained in:
Regis Houssin 2006-02-12 12:46:18 +00:00
parent d46c53144e
commit 35c17917f1
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -147,6 +147,7 @@ class Propal
$prod = new Product($this->db, $idproduct); $prod = new Product($this->db, $idproduct);
if ($prod->fetch($idproduct) > 0) if ($prod->fetch($idproduct) > 0)
{ {
$product_desc = $prod->description;
// multiprix // multiprix
if($conf->global->PRODUIT_MULTIPRICES == 1) if($conf->global->PRODUIT_MULTIPRICES == 1)
{ {