Fixed error in draft invoices - not linking to the right company
This commit is contained in:
parent
0a04f943d4
commit
fb6ef0a7f8
@ -222,7 +222,7 @@ if ($conf->fournisseur->enabled && $user->rights->fournisseur->facture->lire)
|
||||
print $facturestatic->getNomUrl(1,'');
|
||||
print '</td>';
|
||||
print '<td>';
|
||||
$companystatic->id=$obj->rowid;
|
||||
$companystatic->id=$obj->socid;
|
||||
$companystatic->nom=$obj->nom;
|
||||
$companystatic->client=0;
|
||||
print $companystatic->getNomUrl(1,'',16);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user