Fix #15556
This commit is contained in:
parent
57b3b3db3a
commit
4fc57d096e
@ -788,8 +788,8 @@ while ($i < min($num, $limit))
|
|||||||
$userstatic->statut = $val['statut'];
|
$userstatic->statut = $val['statut'];
|
||||||
$userstatic->entity = $val['entity'];
|
$userstatic->entity = $val['entity'];
|
||||||
$userstatic->photo = $val['photo'];
|
$userstatic->photo = $val['photo'];
|
||||||
//print $userstatic->getNomUrl(1, '', 0, 0, 12);
|
print $userstatic->getNomUrl(1, '', 0, 0, 12);
|
||||||
print $userstatic->getNomUrl(-2);
|
//print $userstatic->getNomUrl(-2);
|
||||||
$j++;
|
$j++;
|
||||||
if ($j < $nbofsalesrepresentative) print ' ';
|
if ($j < $nbofsalesrepresentative) print ' ';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user