diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 8e6c7d25b3a..ab961a32977 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -732,6 +732,7 @@ if ($_GET['propalid'] > 0) else print img_object($langs->trans('ShowProduct'),'product'); print ' '.$objp->ref.''; print ' - '.nl2br(stripslashes($objp->product)); + print ($objp->description && $objp->description!=$objp->product)?'
'.stripslashes(nl2br($objp->description)):''; if ($conf->global->PROP_ADD_PROD_DESC && !$conf->global->CHANGE_PROD_DESC) {