diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php
index 5d71683a311..8f94f29f7ca 100644
--- a/htdocs/comm/index.php
+++ b/htdocs/comm/index.php
@@ -868,7 +868,7 @@ if (isModEnabled('contrat') && $user->hasRight("contrat", "lire") && 0) { // TOD
print '
';
print '| '.$staticcontrat->getNomUrl(1).' | ';
- print ''.$companystatic->getNomUrl(1, 'customer', 44).' | ';
+ print ''.$companystatic->getNomUrl(1, 'customer').' | ';
print ''.$staticcontrat->LibStatut($obj->statut, 3).' | ';
print '
';
@@ -971,7 +971,7 @@ if (isModEnabled("propal") && $user->hasRight("propal", "lire")) {
print '';
print '';
- print ''.$companystatic->getNomUrl(1, 'customer', 44).' | ';
+ print ''.$companystatic->getNomUrl(1, 'customer').' | ';
$datem = $db->jdate($obj->dp);
print '';
print dol_print_date($datem, 'day', 'tzserver');
@@ -1091,7 +1091,7 @@ if (isModEnabled('commande') && $user->rights->commande->lire) {
print '';
print ' | ';
- print ''.$companystatic->getNomUrl(1, 'customer', 44).' | ';
+ print ''.$companystatic->getNomUrl(1, 'customer').' | ';
$datem = $db->jdate($obj->dv);
print '';
print dol_print_date($datem, 'day', 'tzserver');
|