Merge pull request #2018 from daamien/develop
Remove full descriptions from the product list in the contract card
This commit is contained in:
commit
eb41fc2765
@ -1290,7 +1290,8 @@ else
|
||||
$productstatic->ref=$objp->label;
|
||||
print $productstatic->getNomUrl(0,'',16);
|
||||
}
|
||||
if ($objp->description) print '<br>'.dol_nl2br($objp->description);
|
||||
if (! empty($conf->global->PRODUIT_DESC_IN_FORM) and $objp->description)
|
||||
print '<br>'.dol_nl2br($objp->description);
|
||||
print '</td>';
|
||||
}
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user