fix:option to see complete names of partners
This commit is contained in:
parent
30838f01d4
commit
a031a10f77
@ -1047,7 +1047,7 @@ while ($i < min($num, $limit))
|
|||||||
{
|
{
|
||||||
$savalias = $obj->name_alias;
|
$savalias = $obj->name_alias;
|
||||||
if (!empty($arrayfields['s.name_alias']['checked'])) $companystatic->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')
|
if ($contextpage == 'poslist')
|
||||||
{
|
{
|
||||||
print $obj->name;
|
print $obj->name;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user