Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
25f1f1eafb
@ -1047,7 +1047,7 @@ while ($i < min($num, $limit))
|
||||
{
|
||||
$savalias = $obj->name_alias;
|
||||
if (!empty($arrayfields['s.name_alias']['checked'])) $companystatic->name_alias = '';
|
||||
print '<td class="tdoverflowmax200">';
|
||||
print '<td'.(empty($conf->global->MAIN_SOCIETE_SHOW_COMPLETE_NAME) ? ' class="tdoverflowmax200"' : '').'>';
|
||||
if ($contextpage == 'poslist')
|
||||
{
|
||||
print $obj->name;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user