Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into 9.0

Conflicts:
	htdocs/product/list.php
This commit is contained in:
Laurent Destailleur 2019-04-04 17:41:22 +02:00
commit fa95f5575c
2 changed files with 3 additions and 3 deletions

View File

@ -713,7 +713,7 @@ while ($i < min($num,$limit))
// Title // Title
if (! empty($arrayfields['p.title']['checked'])) if (! empty($arrayfields['p.title']['checked']))
{ {
print '<td class="tdoverflowmax100">'; print '<td class="tdoverflowmax200">';
print dol_trunc($obj->title, 80); print dol_trunc($obj->title, 80);
print '</td>'; print '</td>';
if (! $i) $totalarray['nbfield']++; if (! $i) $totalarray['nbfield']++;