ajout description du produit dans la fiche propal si constante PROP_ADD_PROD_DESC
1
This commit is contained in:
parent
f984ceaa2b
commit
ca517b0856
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user