diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php index 8394b948673..62d4d2c1e74 100644 --- a/htdocs/commande/list.php +++ b/htdocs/commande/list.php @@ -1946,7 +1946,7 @@ if ($resql) { $companystatic->town = $obj->town; $companystatic->country_code = $obj->country_code; if (!isset($getNomUrl_cache[$obj->socid])) { - $getNomUrl_cache[$obj->socid] = $companystatic->getNomUrl(1, 'customer'); + $getNomUrl_cache[$obj->socid] = $companystatic->getNomUrl(1, 'customer', 100, 0, 1, empty($arrayfields['s.name_alias']['checked']) ? 0 : 1); } $generic_commande->id = $obj->rowid;