Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into 9.0
Conflicts: htdocs/product/list.php
This commit is contained in:
commit
fa95f5575c
@ -773,7 +773,7 @@ if ($resql)
|
||||
// Label
|
||||
if (! empty($arrayfields['p.label']['checked']))
|
||||
{
|
||||
print '<td class="tdoverflowmax200">'.dol_trunc($obj->label,40).'</td>';
|
||||
print '<td class="tdoverflowmax200">'.dol_trunc($obj->label, 40).'</td>';
|
||||
if (! $i) $totalarray['nbfield']++;
|
||||
}
|
||||
|
||||
|
||||
@ -713,8 +713,8 @@ while ($i < min($num,$limit))
|
||||
// Title
|
||||
if (! empty($arrayfields['p.title']['checked']))
|
||||
{
|
||||
print '<td class="tdoverflowmax100">';
|
||||
print dol_trunc($obj->title,80);
|
||||
print '<td class="tdoverflowmax200">';
|
||||
print dol_trunc($obj->title, 80);
|
||||
print '</td>';
|
||||
if (! $i) $totalarray['nbfield']++;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user