mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Update list.php
This commit is contained in:
committed by
GitHub
parent
74372a3bae
commit
cc86ab8c5e
@@ -1396,7 +1396,7 @@ while ($i < min($num, $limit)) {
|
||||
print '<td class="tdoverflowmax50">';
|
||||
print $obj->rowid;
|
||||
print "</td>\n";
|
||||
if (empty($i)) {
|
||||
if (!$i) {
|
||||
$totalarray['nbfield']++;
|
||||
}
|
||||
}
|
||||
@@ -1413,7 +1413,7 @@ while ($i < min($num, $limit)) {
|
||||
}
|
||||
print "</td>\n";
|
||||
$companystatic->name_alias = $savalias;
|
||||
if (empty($i)) {
|
||||
if (!$i) {
|
||||
$totalarray['nbfield']++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user