diff --git a/htdocs/telephonie/index.php b/htdocs/telephonie/index.php index 07d9ec0c211..3cdea3ba1d1 100644 --- a/htdocs/telephonie/index.php +++ b/htdocs/telephonie/index.php @@ -156,7 +156,7 @@ if ($user->rights->telephonie->fournisseur->lire) print '
| Fournisseur | Nb lignes | '; - for ($j = -1 ; $j < 8 ; $j++) + for ($j = -1 ; $j < 10 ; $j++) { print '![]() | ';
}
@@ -173,7 +173,7 @@ if ($user->rights->telephonie->fournisseur->lire)
print $obj->fournisseur.'';
print ''.$obj->cc." | \n"; - for ($k = -1 ; $k < 8 ; $k++) + for ($k = -1 ; $k < 10 ; $k++) { print ''.$statuts[$obj->rowid][$k].' | '; }