modification de la description produit

This commit is contained in:
Regis Houssin 2006-02-12 12:17:33 +00:00
parent aa14cefed1
commit 26cd1a50c2

View File

@ -732,6 +732,7 @@ if ($_GET['propalid'] > 0)
else print img_object($langs->trans('ShowProduct'),'product');
print ' '.$objp->ref.'</a>';
print ' - '.nl2br(stripslashes($objp->product));
print ($objp->description && $objp->description!=$objp->product)?'<br>'.stripslashes(nl2br($objp->description)):'';
if ($conf->global->PROP_ADD_PROD_DESC && !$conf->global->CHANGE_PROD_DESC)
{