Skip to content
Snippets Groups Projects
Commit dc31ffc4 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Lien facture incorrect

parent adcc6dca
No related branches found
No related tags found
No related merge requests found
......@@ -944,7 +944,7 @@ if ($socid > 0)
if ($obj->fk_facture)
{
$facturestatic->ref=$langs->trans("Invoice");
$facturestatic->id=$obj->rowid;
$facturestatic->id=$obj->fk_facture;
$facturestatic->type=$obj->type;
print $facturestatic->getNomUrl(1,'compta');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment