Update list.php

This commit is contained in:
Laurent Destailleur 2021-08-11 22:24:07 +02:00 committed by GitHub
parent f9f1440226
commit 896cdf4845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1959,7 +1959,6 @@ if ($resql) {
// We print only number
print $nbofsalesrepresentative;
} elseif ($nbofsalesrepresentative > 0) {
$userstatic = new User($db);
$j = 0;
foreach ($listsalesrepresentatives as $val) {
$userstatic->id = $val['id'];