Skip to content
Snippets Groups Projects
Commit 0c3a18bb authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Bugfix url de facture

parent c48bf0fa
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ if ($result)
print '<a href="'.DOL_URL_ROOT.'/telephonie/client/fiche.php?id='.$obj->socidp.'">'.$obj->nom.'</a></td>';
print '<td align="right">'.price($obj->amount)." euros HT</td>\n";
print '<td align="right"><a href="'.DOL_URL_ROOT.'/compta/facture/facture.php?facid='.$obj->fk_facture.'">'.$obj->facnumber."</a></td>\n";
print '<td align="right"><a href="'.DOL_URL_ROOT.'/compta/facture.php?facid='.$obj->fk_facture.'">'.$obj->facnumber."</a></td>\n";
print "</tr>\n";
$i++;
......
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