diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 229fec784c8..22968beeacf 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -182,7 +182,7 @@ if ($resql) // Société print ''; - $societestatic->rowid=$obj->socid; + $societestatic->id=$obj->socid; $societestatic->client=$obj->client; $societestatic->nom=$obj->societe; print $societestatic->getNomUrl(1,'',16);