ajout description du produit dans la fiche propal si constante PROP_ADD_PROD_DESC

 1
This commit is contained in:
Regis Houssin 2006-02-09 16:16:34 +00:00
parent f984ceaa2b
commit ca517b0856

View File

@ -732,7 +732,7 @@ if ($_GET['propalid'] > 0)
if ($conf->global->PROP_ADD_PROD_DESC)
{
print '<br>'.$objp->product_desc;
print '<br>'.nl2br(stripslashes($objp->product_desc));
}
if ($objp->date_start && $objp->date_end)