Fix: l'id de la société n'était pas récupérée
This commit is contained in:
parent
8f0abe3378
commit
dc7c7afd96
@ -182,7 +182,7 @@ if ($resql)
|
|||||||
|
|
||||||
// Société
|
// Société
|
||||||
print '<td>';
|
print '<td>';
|
||||||
$societestatic->rowid=$obj->socid;
|
$societestatic->id=$obj->socid;
|
||||||
$societestatic->client=$obj->client;
|
$societestatic->client=$obj->client;
|
||||||
$societestatic->nom=$obj->societe;
|
$societestatic->nom=$obj->societe;
|
||||||
print $societestatic->getNomUrl(1,'',16);
|
print $societestatic->getNomUrl(1,'',16);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user